#0FCB92

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

Shades of Caribbean Green #0FCB92

Tints of Caribbean Green #0FCB92

Color information

#0FCB92 (or 0x0FCB92) is unknown color: approx Caribbean Green. HEX triplet: 0F, CB and 92. RGB value is (15,203,146). Sum of RGB (Red+Green+Blue) = 15+203+146=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCB92 is #F0346D. Grayscale: #8C8C8C. Windows color (decimal): -15742062 or 9620239. OLE color: 9620239.

HSL color Cylindrical-coordinate representation of color #0FCB92: hue angle of 161.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCB92 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB15203146-
CMYK0.9300.280.20
HSL161.81º86.24%42.75%-
HSV(B)161.81º92.61%79.61%-
XYZ26.7444.8934.45-
YUV140.29131.2238.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 203 (79.69% from 255) = 55.77%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=4.12%
G=55.77%
B=40.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152031460.9300.280.20161.8186.2442.75
HexFCB925D01C14a2562b
Octal173132221350342424212653
Binary11111100101110010010101110101110010100101000101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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