#C0FACC

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

Shades of Granny Apple #C0FACC

Tints of Granny Apple #C0FACC

Color information

#C0FACC (or 0xC0FACC) is unknown color: approx Granny Apple. HEX triplet: C0, FA and CC. RGB value is (192,250,204). Sum of RGB (Red+Green+Blue) = 192+250+204=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACC is #3F0533. Grayscale: #E3E3E3. Windows color (decimal): -4130100 or 13433536. OLE color: 13433536.

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

Color convert

RGB192250204-
CMYK0.2300.180.02
HSL132.41º85.29%86.67%-
HSV(B)132.41º23.2%98.04%-
XYZ66.8283.9469.81-
YUV227.41114.78102.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.72%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=29.72%
G=38.70%
B=31.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922502040.2300.180.02132.4185.2986.67
HexC0FACC170122845557
Octal300372314270222204125127
Binary11000000111110101100110010111010010101000010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FACC; }

 p { color: rgb(192,250,204); }

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

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

 a { background-color: rgb(192,250,204); }

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

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

 span { border-color: rgb(192,250,204); }

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