#0A4239

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

Shades of Deep Teal #0A4239

Tints of Deep Teal #0A4239

Color information

#0A4239 (or 0x0A4239) is unknown color: approx Deep Teal. HEX triplet: 0A, 42 and 39. RGB value is (10,66,57). Sum of RGB (Red+Green+Blue) = 10+66+57=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4239 is #F5BDC6. Grayscale: #303030. Windows color (decimal): -16104903 or 3752458. OLE color: 3752458.

HSL color Cylindrical-coordinate representation of color #0A4239: hue angle of 170.36º 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 #0A4239 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB106657-
CMYK0.8500.140.74
HSL170.36º73.68%14.9%-
HSV(B)170.36º84.85%25.88%-
XYZ2.814.264.54-
YUV48.23132.95100.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=7.52%
G=49.62%
B=42.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1066570.8500.140.74170.3673.6814.9
HexA4239550E4Aaa4af
Octal121027112501611225211217
Binary1010100001011100110101010111010010101010101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,66,57); }

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

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

 a { background-color: rgb(10,66,57); }

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

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

 span { border-color: rgb(10,66,57); }

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