#0DA8B2

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

Shades of Light Sea Green #0DA8B2

Tints of Light Sea Green #0DA8B2

Color information

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

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

Color convert

RGB13168178-
CMYK0.930.0600.30
HSL183.64º86.39%37.45%-
HSV(B)183.64º92.7%69.8%-
XYZ22.231.3146.99-
YUV122.8159.1549.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131681780.930.0600.30183.6486.3937.45
HexDA8B25D601Eb85625
Octal15250262135603627012645
Binary110110101000101100101011101110011110101110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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