Html Css Color HEX #0DAAA8 Light Sea Green

📋 copy color: '#0DAAA8'

red 13 ◦ green 170 ◦ blue 168

#0DAAA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0DAAA8

Tints of Light Sea Green #0DAAA8

RGB

 RED value IS 13 (5.47% from 255) = 3.7%

 GREEN value IS 170 (66.8% from 255) = 48.43%

 BLUE value IS 168 (66.02% from 255) = 47.86%

R = 3.7%
G = 48.43%
B = 47.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0DAAA8 (or 0x0DAAA8) is known color: Light Sea Green. HEX triplet: 0D, AA and A8. RGB value is (13,170,168). Sum of RGB (Red+Green+Blue) = 13+170+168=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAAA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAA8 is #F25557. Grayscale: #7A7A7A. Windows color (decimal): -15881560 or 11053581. OLE color: 11053581.

HSL color Cylindrical-coordinate representation of color #0DAAA8: hue angle of 179.24º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAAA8 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 170 168 -
CMYK 0.92 0 0.01 0.33
HSL 179.24º 0.86% 0.36% -
HSV(B) 179.24º 0.92% 0.67% -
XYZ 21.61 31.66 42.02 -
YUV 122.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 13 170 168 0.92 0 0.01 0.33 179.24 0.86 0.36
Hex D AA A8 5C 0 1 21 B3 56 24
Octal 15 252 250 134 0 1 41 263 126 44
Binary 1101 10101010 10101000 1011100 0 1 100001 10110011 1010110 100100

Color Harmonies of #0DAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAA8

Black with #0DAAA8

Text Example


Text Example

White with #0DAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DAAA8;
 }
 .AnyTagClassName
 {
   color: #0DAAA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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