Html Css Color HEX #08ADAA Light Sea Green

📋 copy color: '#08ADAA'

red 8 ◦ green 173 ◦ blue 170

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

Shades of Light Sea Green #08ADAA

Tints of Light Sea Green #08ADAA

RGB

 RED value IS 8 (3.52% from 255) = 2.28%

 GREEN value IS 173 (67.97% from 255) = 49.29%

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

R = 2.28%
G = 49.29%
B = 48.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#08ADAA (or 0x08ADAA) is known color: Light Sea Green. HEX triplet: 08, AD and AA. RGB value is (8,173,170). Sum of RGB (Red+Green+Blue) = 8+173+170=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #08ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ADAA is #F75255. Grayscale: #7B7B7B. Windows color (decimal): -16208470 or 11185416. OLE color: 11185416.

HSL color Cylindrical-coordinate representation of color #08ADAA: hue angle of 178.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08ADAA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 173 170 -
CMYK 0.95 0 0.02 0.32
HSL 178.91º 0.91% 0.35% -
HSV(B) 178.91º 0.95% 0.68% -
XYZ 22.3 32.84 43.19 -
YUV 123.32 154.34 45.74 -
System Red Green Blue C M Y K H S L
Decimal 8 173 170 0.95 0 0.02 0.32 178.91 0.91 0.35
Hex 8 AD AA 5F 0 2 20 B3 5B 23
Octal 10 255 252 137 0 2 40 263 133 43
Binary 1000 10101101 10101010 1011111 0 10 100000 10110011 1011011 100011

Color Harmonies of #08ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADAA

Black with #08ADAA

Text Example


Text Example

White with #08ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08ADAA; }

 p { color: rgb(8,173,170); }

 H1.HeaderClassName
 {
   color: #08ADAA;
 }
 .AnyTagClassName
 {
   color: #08ADAA;
 }
</style>

background-color css

<style>
 a { background-color: #08ADAA; }

 a { background-color: rgb(8,173,170); }

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

border-color css

<style>
 span { border-color: #08ADAA; }

 span { border-color: rgb(8,173,170); }

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