#0FBB99

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

Shades of Caribbean Green #0FBB99

Tints of Caribbean Green #0FBB99

Color information

#0FBB99 (or 0x0FBB99) is unknown color: approx Caribbean Green. HEX triplet: 0F, BB and 99. RGB value is (15,187,153). Sum of RGB (Red+Green+Blue) = 15+187+153=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBB99 is #F04466. Grayscale: #838383. Windows color (decimal): -15746151 or 10074895. OLE color: 10074895.

HSL color Cylindrical-coordinate representation of color #0FBB99: hue angle of 168.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB99 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB15187153-
CMYK0.9200.180.27
HSL168.14º85.15%39.61%-
HSV(B)168.14º91.98%73.33%-
XYZ23.7237.9436.21-
YUV131.7140.0244.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.23%
GREEN value IS 187 (73.44% from 255) = 52.68%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=4.23%
G=52.68%
B=43.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151871530.9200.180.27168.1485.1539.61
HexFBB995C0121Ba85528
Octal172732311340223325012550
Binary11111011101110011001101110001001011011101010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FBB99; }

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

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

<style>
 a { background-color: #0FBB99; }

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

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

<style>
 span { border-color: #0FBB99; }

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

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