#0DB3AA

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

Shades of Light Sea Green #0DB3AA

Tints of Light Sea Green #0DB3AA

Color information

#0DB3AA (or 0x0DB3AA) is unknown color: approx Light Sea Green. HEX triplet: 0D, B3 and AA. RGB value is (13,179,170). Sum of RGB (Red+Green+Blue) = 13+179+170=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB3AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB3AA is #F24C55. Grayscale: #808080. Windows color (decimal): -15879254 or 11186957. OLE color: 11186957.

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

Color convert

RGB13179170-
CMYK0.9300.050.30
HSL176.75º86.46%37.65%-
HSV(B)176.75º92.74%70.2%-
XYZ23.5435.2343.59-
YUV128.34151.545.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.59%
GREEN value IS 179 (70.31% from 255) = 49.45%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=3.59%
G=49.45%
B=46.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131791700.9300.050.30176.7586.4637.65
HexDB3AA5D051Eb15626
Octal15263252135053626112646
Binary110110110011101010101011101010111110101100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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