Html Css Color HEX #08BBA8 Light Sea Green

📋 copy color: '#08BBA8'

red 8 ◦ green 187 ◦ blue 168

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

Shades of Light Sea Green #08BBA8

Tints of Light Sea Green #08BBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.52%

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

R = 2.2%
G = 51.52%
B = 46.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#08BBA8 (or 0x08BBA8) is known color: Light Sea Green. HEX triplet: 08, BB and A8. RGB value is (8,187,168). Sum of RGB (Red+Green+Blue) = 8+187+168=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #08BBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BBA8 is #F74457. Grayscale: #838383. Windows color (decimal): -16204888 or 11057928. OLE color: 11057928.

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

Color convert

RGB 8 187 168 -
CMYK 0.96 0 0.10 0.27
HSL 173.63º 0.92% 0.38% -
HSV(B) 173.63º 0.96% 0.73% -
XYZ 24.94 38.42 43.15 -
YUV 131.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 8 187 168 0.96 0 0.10 0.27 173.63 0.92 0.38
Hex 8 BB A8 60 0 A 1B AE 5C 26
Octal 10 273 250 140 0 12 33 256 134 46
Binary 1000 10111011 10101000 1100000 0 1010 11011 10101110 1011100 100110

Color Harmonies of #08BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBA8

Black with #08BBA8

Text Example


Text Example

White with #08BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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