Html Css Color HEX #08BCAB Light Sea Green

📋 copy color: '#08BCAB'

red 8 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #08BCAB

Tints of Light Sea Green #08BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

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

R = 2.18%
G = 51.23%
B = 46.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#08BCAB (or 0x08BCAB) is known color: Light Sea Green. HEX triplet: 08, BC and AB. RGB value is (8,188,171). Sum of RGB (Red+Green+Blue) = 8+188+171=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BCAB is #F74354. Grayscale: #848484. Windows color (decimal): -16204629 or 11254792. OLE color: 11254792.

HSL color Cylindrical-coordinate representation of color #08BCAB: hue angle of 174.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCAB is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 171 -
CMYK 0.96 0 0.09 0.26
HSL 174.33º 0.92% 0.38% -
HSV(B) 174.33º 0.96% 0.74% -
XYZ 25.43 38.96 44.71 -
YUV 132.24 149.87 39.38 -
System Red Green Blue C M Y K H S L
Decimal 8 188 171 0.96 0 0.09 0.26 174.33 0.92 0.38
Hex 8 BC AB 60 0 9 1A AE 5C 26
Octal 10 274 253 140 0 11 32 256 134 46
Binary 1000 10111100 10101011 1100000 0 1001 11010 10101110 1011100 100110

Color Harmonies of #08BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCAB

Black with #08BCAB

Text Example


Text Example

White with #08BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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