#C0FACD

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

Shades of Granny Apple #C0FACD

Tints of Granny Apple #C0FACD

Color information

#C0FACD (or 0xC0FACD) is unknown color: approx Granny Apple. HEX triplet: C0, FA and CD. RGB value is (192,250,205). Sum of RGB (Red+Green+Blue) = 192+250+205=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACD is #3F0532. Grayscale: #E3E3E3. Windows color (decimal): -4130099 or 13499072. OLE color: 13499072.

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

Color convert

RGB192250205-
CMYK0.2300.180.02
HSL133.45º85.29%86.67%-
HSV(B)133.45º23.2%98.04%-
XYZ66.9483.9970.44-
YUV227.53115.28102.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.68%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=29.68%
G=38.64%
B=31.68%

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
Decimal1922502050.2300.180.02133.4585.2986.67
HexC0FACD170122855557
Octal300372315270222205125127
Binary11000000111110101100110110111010010101000010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FACD; }

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

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

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

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

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

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

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

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