Html Css Color HEX #08A8AB Light Sea Green

📋 copy color: '#08A8AB'

red 8 ◦ green 168 ◦ blue 171

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

Shades of Light Sea Green #08A8AB

Tints of Light Sea Green #08A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 2.31%
G = 48.41%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#08A8AB (or 0x08A8AB) is known color: Light Sea Green. HEX triplet: 08, A8 and AB. RGB value is (8,168,171). Sum of RGB (Red+Green+Blue) = 8+168+171=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #08A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A8AB is #F75754. Grayscale: #787878. Windows color (decimal): -16209749 or 11249672. OLE color: 11249672.

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

Color convert

RGB 8 168 171 -
CMYK 0.95 0.02 0 0.33
HSL 181.1º 0.91% 0.35% -
HSV(B) 181.1º 0.95% 0.67% -
XYZ 21.45 31 43.38 -
YUV 120.5 156.49 47.76 -
System Red Green Blue C M Y K H S L
Decimal 8 168 171 0.95 0.02 0 0.33 181.1 0.91 0.35
Hex 8 A8 AB 5F 2 0 21 B5 5B 23
Octal 10 250 253 137 2 0 41 265 133 43
Binary 1000 10101000 10101011 1011111 10 0 100001 10110101 1011011 100011

Color Harmonies of #08A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A8AB

Black with #08A8AB

Text Example


Text Example

White with #08A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,168,171); }

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

background-color css

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

 a { background-color: rgb(8,168,171); }

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

border-color css

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

 span { border-color: rgb(8,168,171); }

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