#08BB9E

Color #08BB9E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #08BB9E

Tints of Caribbean Green #08BB9E

Color information

#08BB9E (or 0x08BB9E) is unknown color: approx Caribbean Green. HEX triplet: 08, BB and 9E. RGB value is (8,187,158). Sum of RGB (Red+Green+Blue) = 8+187+158=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BB9E is #F74461. Grayscale: #828282. Windows color (decimal): -16204898 or 10402568. OLE color: 10402568.

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

Color convert

RGB8187158-
CMYK0.9600.160.27
HSL170.28º91.79%38.24%-
HSV(B)170.28º95.72%73.33%-
XYZ24.0438.0638.43-
YUV130.17143.740.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.27%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=2.27%
G=52.97%
B=44.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81871580.9600.160.27170.2891.7938.24
Hex8BB9E600101Baa5c26
Octal102732361400203325213446
Binary10001011101110011110110000001000011011101010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08BB9E;
 }
 .AnyTagClassName
 {
   color: #08BB9E;
 }
</style>
background-color css

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

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

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

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

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

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