#0A4334

Color #0A4334 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0A4334

Tints of Deep Teal #0A4334

Color information

#0A4334 (or 0x0A4334) is unknown color: approx Deep Teal. HEX triplet: 0A, 43 and 34. RGB value is (10,67,52). Sum of RGB (Red+Green+Blue) = 10+67+52=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4334 is #F5BCCB. Grayscale: #303030. Windows color (decimal): -16104652 or 3425034. OLE color: 3425034.

HSL color Cylindrical-coordinate representation of color #0A4334: hue angle of 164.21º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4334 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB106752-
CMYK0.8500.220.74
HSL164.21º74.03%15.1%-
HSV(B)164.21º85.07%26.27%-
XYZ2.754.333.94-
YUV48.25130.12100.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=7.75%
G=51.94%
B=40.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067520.8500.220.74164.2174.0315.1
HexA4334550164Aa44af
Octal121036412502611224411217
Binary10101000011110100101010101011010010101010010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4334; }

 p { color: rgb(10,67,52); }

 H1.HeaderClassName
 {
   color: #0A4334;
 }
 .AnyTagClassName
 {
   color: #0A4334;
 }
</style>
background-color css

<style>
 a { background-color: #0A4334; }

 a { background-color: rgb(10,67,52); }

 div.DivClassName
 {
   background-color: #0A4334;
 }
 .BgClassName
 {
   background-color: #0A4334;
 }
</style>
border-color css

<style>
 span { border-color: #0A4334; }

 span { border-color: rgb(10,67,52); }

 td.TdClassName
 {
   border-color: #0A4334;
 }
 .TagClassName
 {
   border-color: #0A4334;
 }
</style>