#0DB2AA

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

Shades of Light Sea Green #0DB2AA

Tints of Light Sea Green #0DB2AA

Color information

#0DB2AA (or 0x0DB2AA) is unknown color: approx Light Sea Green. HEX triplet: 0D, B2 and AA. RGB value is (13,178,170). Sum of RGB (Red+Green+Blue) = 13+178+170=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB2AA is #F24D55. Grayscale: #7F7F7F. Windows color (decimal): -15879510 or 11186701. OLE color: 11186701.

HSL color Cylindrical-coordinate representation of color #0DB2AA: hue angle of 177.09º 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 #0DB2AA is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB13178170-
CMYK0.9300.040.30
HSL177.09º86.39%37.45%-
HSV(B)177.09º92.7%69.8%-
XYZ23.3434.8343.52-
YUV127.75151.8446.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.60%
GREEN value IS 178 (69.92% from 255) = 49.31%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=3.60%
G=49.31%
B=47.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131781700.9300.040.30177.0986.3937.45
HexDB2AA5D041Eb15625
Octal15262252135043626112645
Binary110110110010101010101011101010011110101100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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