#0DACB0

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

Shades of Light Sea Green #0DACB0

Tints of Light Sea Green #0DACB0

Color information

#0DACB0 (or 0x0DACB0) is unknown color: approx Light Sea Green. HEX triplet: 0D, AC and B0. RGB value is (13,172,176). Sum of RGB (Red+Green+Blue) = 13+172+176=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #0DACB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DACB0 is #F2534F. Grayscale: #7C7C7C. Windows color (decimal): -15881040 or 11578381. OLE color: 11578381.

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

Color convert

RGB13172176-
CMYK0.930.0200.31
HSL181.47º86.24%37.06%-
HSV(B)181.47º92.61%69.02%-
XYZ22.7532.7346.19-
YUV124.92156.8248.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.60%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=3.60%
G=47.65%
B=48.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131721760.930.0200.31181.4786.2437.06
HexDACB05D201Fb55625
Octal15254260135203726512645
Binary11011010110010110000101110110011111101101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,172,176); }

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

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

 a { background-color: rgb(13,172,176); }

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

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

 span { border-color: rgb(13,172,176); }

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