Html Css Color HEX #08BB99 Caribbean Green

📋 copy color: '#08BB99'

red 8 ◦ green 187 ◦ blue 153

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

Shades of Caribbean Green #08BB99

Tints of Caribbean Green #08BB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 2.3%
G = 53.74%
B = 43.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#08BB99 (or 0x08BB99) is known color: Caribbean Green. HEX triplet: 08, BB and 99. RGB value is (8,187,153). Sum of RGB (Red+Green+Blue) = 8+187+153=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BB99 is #F74466. Grayscale: #818181. Windows color (decimal): -16204903 or 10074888. OLE color: 10074888.

HSL color Cylindrical-coordinate representation of color #08BB99: hue angle of 168.6º 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 #08BB99 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 187 153 -
CMYK 0.96 0 0.18 0.27
HSL 168.6º 0.92% 0.38% -
HSV(B) 168.6º 0.96% 0.73% -
XYZ 23.62 37.89 36.21 -
YUV 129.6 141.2 41.26 -
System Red Green Blue C M Y K H S L
Decimal 8 187 153 0.96 0 0.18 0.27 168.6 0.92 0.38
Hex 8 BB 99 60 0 12 1B A9 5C 26
Octal 10 273 231 140 0 22 33 251 134 46
Binary 1000 10111011 10011001 1100000 0 10010 11011 10101001 1011100 100110

Color Harmonies of #08BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB99

Black with #08BB99

Text Example


Text Example

White with #08BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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