#0fc892

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

Shades of Caribbean Green #0FC892

Tints of Caribbean Green #0FC892

Color information

#0FC892 (or 0x0FC892) is unknown color: approx Caribbean Green. HEX triplet: 0F, C8 and 92. RGB value is (15,200,146). Sum of RGB (Red+Green+Blue) = 15+200+146=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC892 is #F0376D. Grayscale: #8A8A8A. Windows color (decimal): -15742830 or 9619471. OLE color: 9619471.

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

Color convert

RGB15200146-
CMYK0.9200.270.22
HSL162.49º86.05%42.16%-
HSV(B)162.49º92.5%78.43%-
XYZ26.0443.4934.22-
YUV138.53132.2139.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 200 (78.52% from 255) = 55.40%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=4.16%
G=55.40%
B=40.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152001460.9200.270.22162.4986.0542.16
HexFC8925C01B16a2562a
Octal173102221340332624212652
Binary11111100100010010010101110001101110110101000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fc892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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