#0FBE9C

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

Shades of Caribbean Green #0FBE9C

Tints of Caribbean Green #0FBE9C

Color information

#0FBE9C (or 0x0FBE9C) is unknown color: approx Caribbean Green. HEX triplet: 0F, BE and 9C. RGB value is (15,190,156). Sum of RGB (Red+Green+Blue) = 15+190+156=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBE9C is #F04163. Grayscale: #858585. Windows color (decimal): -15745380 or 10272271. OLE color: 10272271.

HSL color Cylindrical-coordinate representation of color #0FBE9C: hue angle of 168.34º 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 #0FBE9C is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB15190156-
CMYK0.9200.180.25
HSL168.34º85.37%40.2%-
HSV(B)168.34º92.11%74.51%-
XYZ24.6139.3337.75-
YUV133.8140.5243.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=4.16%
G=52.63%
B=43.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151901560.9200.180.25168.3485.3740.2
HexFBE9C5C01219a85528
Octal172762341340223125012550
Binary11111011111010011100101110001001011001101010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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