#0FD09C

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

Shades of Caribbean Green #0FD09C

Tints of Caribbean Green #0FD09C

Color information

#0FD09C (or 0x0FD09C) is unknown color: approx Caribbean Green. HEX triplet: 0F, D0 and 9C. RGB value is (15,208,156). Sum of RGB (Red+Green+Blue) = 15+208+156=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD09C is #F02F63. Grayscale: #909090. Windows color (decimal): -15740772 or 10276879. OLE color: 10276879.

HSL color Cylindrical-coordinate representation of color #0FD09C: hue angle of 163.83º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD09C is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB15208156-
CMYK0.9300.250.18
HSL163.83º86.55%43.73%-
HSV(B)163.83º92.79%81.57%-
XYZ28.7547.6139.13-
YUV144.36134.5635.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.96%
GREEN value IS 208 (81.64% from 255) = 54.88%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=3.96%
G=54.88%
B=41.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152081560.9300.250.18163.8386.5543.73
HexFD09C5D01912a4572c
Octal173202341350312224412754
Binary11111101000010011100101110101100110010101001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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