#C0FACF

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

Shades of Granny Apple #C0FACF

Tints of Granny Apple #C0FACF

Color information

#C0FACF (or 0xC0FACF) is unknown color: approx Granny Apple. HEX triplet: C0, FA and CF. RGB value is (192,250,207). Sum of RGB (Red+Green+Blue) = 192+250+207=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FACF is #3F0530. Grayscale: #E3E3E3. Windows color (decimal): -4130097 or 13630144. OLE color: 13630144.

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

Color convert

RGB192250207-
CMYK0.2300.170.02
HSL135.52º85.29%86.67%-
HSV(B)135.52º23.2%98.04%-
XYZ67.1984.0871.72-
YUV227.76116.28102.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=29.58%
G=38.52%
B=31.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922502070.2300.170.02135.5285.2986.67
HexC0FACF170112885557
Octal300372317270212210125127
Binary11000000111110101100111110111010001101000100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FACF; }

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

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

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

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

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

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

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

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