#0D423B

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

Shades of Deep Teal #0D423B

Tints of Deep Teal #0D423B

Color information

#0D423B (or 0x0D423B) is unknown color: approx Deep Teal. HEX triplet: 0D, 42 and 3B. RGB value is (13,66,59). Sum of RGB (Red+Green+Blue) = 13+66+59=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #0D423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D423B is #F2BDC4. Grayscale: #313131. Windows color (decimal): -15908293 or 3883533. OLE color: 3883533.

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

Color convert

RGB136659-
CMYK0.8000.110.74
HSL172.08º67.09%15.49%-
HSV(B)172.08º80.3%25.88%-
XYZ2.94.34.81-
YUV49.36133.44102.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.42%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=9.42%
G=47.83%
B=42.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1366590.8000.110.74172.0867.0915.49
HexD423B500B4Aac43f
Octal151027312001311225410317
Binary1101100001011101110100000101110010101010110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,59); }

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

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

 a { background-color: rgb(13,66,59); }

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

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

 span { border-color: rgb(13,66,59); }

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