#0FBE9F

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

Shades of Caribbean Green #0FBE9F

Tints of Caribbean Green #0FBE9F

Color information

#0FBE9F (or 0x0FBE9F) is unknown color: approx Caribbean Green. HEX triplet: 0F, BE and 9F. RGB value is (15,190,159). Sum of RGB (Red+Green+Blue) = 15+190+159=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBE9F is #F04160. Grayscale: #868686. Windows color (decimal): -15745377 or 10468879. OLE color: 10468879.

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

Color convert

RGB15190159-
CMYK0.9200.160.25
HSL169.37º85.37%40.2%-
HSV(B)169.37º92.11%74.51%-
XYZ24.8739.4339.1-
YUV134.14142.0243.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 190 (74.61% from 255) = 52.20%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=4.12%
G=52.20%
B=43.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151901590.9200.160.25169.3785.3740.2
HexFBE9F5C01019a95528
Octal172762371340203125112550
Binary11111011111010011111101110001000011001101010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,190,159); }

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

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

 a { background-color: rgb(15,190,159); }

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

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

 span { border-color: rgb(15,190,159); }

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