#0FCBA6

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

Shades of Caribbean Green #0FCBA6

Tints of Caribbean Green #0FCBA6

Color information

#0FCBA6 (or 0x0FCBA6) is unknown color: approx Caribbean Green. HEX triplet: 0F, CB and A6. RGB value is (15,203,166). Sum of RGB (Red+Green+Blue) = 15+203+166=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCBA6 is #F03459. Grayscale: #8E8E8E. Windows color (decimal): -15742042 or 10930959. OLE color: 10930959.

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

Color convert

RGB15203166-
CMYK0.9300.180.20
HSL168.19º86.24%42.75%-
HSV(B)168.19º92.61%79.61%-
XYZ28.4445.5743.37-
YUV142.57141.2237.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.91%
GREEN value IS 203 (79.69% from 255) = 52.86%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=3.91%
G=52.86%
B=43.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152031660.9300.180.20168.1986.2442.75
HexFCBA65D01214a8562b
Octal173132461350222425012653
Binary11111100101110100110101110101001010100101010001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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