#0DABB2

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

Shades of Light Sea Green #0DABB2

Tints of Light Sea Green #0DABB2

Color information

#0DABB2 (or 0x0DABB2) is unknown color: approx Light Sea Green. HEX triplet: 0D, AB and B2. RGB value is (13,171,178). Sum of RGB (Red+Green+Blue) = 13+171+178=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #0DABB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABB2 is #F2544D. Grayscale: #7C7C7C. Windows color (decimal): -15881294 or 11709197. OLE color: 11709197.

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

Color convert

RGB13171178-
CMYK0.930.0400.30
HSL182.55º86.39%37.45%-
HSV(B)182.55º92.7%69.8%-
XYZ22.7632.4347.18-
YUV124.56158.1548.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.59%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=3.59%
G=47.24%
B=49.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131711780.930.0400.30182.5586.3937.45
HexDABB25D401Eb75625
Octal15253262135403626712645
Binary110110101011101100101011101100011110101101111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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