#C2FCCF

Color #C2FCCF Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C2FCCF

Tints of Granny Apple #C2FCCF

Color information

#C2FCCF (or 0xC2FCCF) is unknown color: approx Granny Apple. HEX triplet: C2, FC and CF. RGB value is (194,252,207). Sum of RGB (Red+Green+Blue) = 194+252+207=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCCF is #3D0330. Grayscale: #E5E5E5. Windows color (decimal): -3998513 or 13630658. OLE color: 13630658.

HSL color Cylindrical-coordinate representation of color #C2FCCF: hue angle of 133.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCCF is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB194252207-
CMYK0.2300.180.01
HSL133.45º90.62%87.45%-
HSV(B)133.45º23.02%98.82%-
XYZ68.3285.671.95-
YUV229.53115.28102.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=29.71%
G=38.59%
B=31.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942522070.2300.180.01133.4590.6287.45
HexC2FCCF170121855b57
Octal302374317270221205133127
Binary1100001011111100110011111011101001011000010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCCF; }

 p { color: rgb(194,252,207); }

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

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

 a { background-color: rgb(194,252,207); }

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

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

 span { border-color: rgb(194,252,207); }

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