#0FC69C

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

Shades of Caribbean Green #0FC69C

Tints of Caribbean Green #0FC69C

Color information

#0FC69C (or 0x0FC69C) is unknown color: approx Caribbean Green. HEX triplet: 0F, C6 and 9C. RGB value is (15,198,156). Sum of RGB (Red+Green+Blue) = 15+198+156=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC69C is #F03963. Grayscale: #8A8A8A. Windows color (decimal): -15743332 or 10274319. OLE color: 10274319.

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

Color convert

RGB15198156-
CMYK0.9200.210.22
HSL166.23º85.92%41.76%-
HSV(B)166.23º92.42%77.65%-
XYZ26.3942.8938.34-
YUV138.5137.8739.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.07%
GREEN value IS 198 (77.73% from 255) = 53.66%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=4.07%
G=53.66%
B=42.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151981560.9200.210.22166.2385.9241.76
HexFC69C5C01516a6562a
Octal173062341340252624612652
Binary11111100011010011100101110001010110110101001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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