#0FC891

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

Shades of Caribbean Green #0FC891

Tints of Caribbean Green #0FC891

Color information

#0FC891 (or 0x0FC891) is unknown color: approx Caribbean Green. HEX triplet: 0F, C8 and 91. RGB value is (15,200,145). Sum of RGB (Red+Green+Blue) = 15+200+145=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC891 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC891 is #F0376E. Grayscale: #8A8A8A. Windows color (decimal): -15742831 or 9553935. OLE color: 9553935.

HSL color Cylindrical-coordinate representation of color #0FC891: hue angle of 162.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC891 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB15200145-
CMYK0.9200.280.22
HSL162.16º86.05%42.16%-
HSV(B)162.16º92.5%78.43%-
XYZ25.9643.4533.81-
YUV138.42131.7139.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.17%
GREEN value IS 200 (78.52% from 255) = 55.56%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=4.17%
G=55.56%
B=40.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152001450.9200.280.22162.1686.0542.16
HexFC8915C01C16a2562a
Octal173102211340342624212652
Binary11111100100010010001101110001110010110101000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,200,145); }

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

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

 a { background-color: rgb(15,200,145); }

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

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

 span { border-color: rgb(15,200,145); }

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