#0DB2A8

Color #0DB2A8 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0DB2A8

Tints of Light Sea Green #0DB2A8

Color information

#0DB2A8 (or 0x0DB2A8) is unknown color: approx Light Sea Green. HEX triplet: 0D, B2 and A8. RGB value is (13,178,168). Sum of RGB (Red+Green+Blue) = 13+178+168=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB2A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB2A8 is #F24D57. Grayscale: #7F7F7F. Windows color (decimal): -15879512 or 11055629. OLE color: 11055629.

HSL color Cylindrical-coordinate representation of color #0DB2A8: hue angle of 176.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB2A8 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB13178168-
CMYK0.9300.060.30
HSL176.36º86.39%37.45%-
HSV(B)176.36º92.7%69.8%-
XYZ23.1534.7542.53-
YUV127.52150.8446.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.62%
GREEN value IS 178 (69.92% from 255) = 49.58%
BLUE value IS 168 (66.02% from 255) = 46.80%
R=3.62%
G=49.58%
B=46.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131781680.9300.060.30176.3686.3937.45
HexDB2A85D061Eb05625
Octal15262250135063626012645
Binary110110110010101010001011101011011110101100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,178,168); }

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

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

 a { background-color: rgb(13,178,168); }

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

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

 span { border-color: rgb(13,178,168); }

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