#0fbf9c

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

Shades of Caribbean Green #0FBF9C

Tints of Caribbean Green #0FBF9C

Color information

#0FBF9C (or 0x0FBF9C) is unknown color: approx Caribbean Green. HEX triplet: 0F, BF and 9C. RGB value is (15,191,156). Sum of RGB (Red+Green+Blue) = 15+191+156=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF9C is #F04063. Grayscale: #868686. Windows color (decimal): -15745124 or 10272527. OLE color: 10272527.

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

Color convert

RGB15191156-
CMYK0.9200.180.25
HSL168.07º85.44%40.39%-
HSV(B)168.07º92.15%74.9%-
XYZ24.8339.7637.82-
YUV134.39140.1942.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.14%
GREEN value IS 191 (75% from 255) = 52.76%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=4.14%
G=52.76%
B=43.09%

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
Decimal151911560.9200.180.25168.0785.4440.39
HexFBF9C5C01219a85528
Octal172772341340223125012550
Binary11111011111110011100101110001001011001101010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbf9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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