#C0F3CA

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

Shades of Granny Apple #C0F3CA

Tints of Granny Apple #C0F3CA

Color information

#C0F3CA (or 0xC0F3CA) is unknown color: approx Granny Apple. HEX triplet: C0, F3 and CA. RGB value is (192,243,202). Sum of RGB (Red+Green+Blue) = 192+243+202=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3CA is #3F0C35. Grayscale: #DFDFDF. Windows color (decimal): -4131894 or 13300672. OLE color: 13300672.

HSL color Cylindrical-coordinate representation of color #C0F3CA: hue angle of 131.76º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3CA is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB192243202-
CMYK0.2100.170.05
HSL131.76º68%85.29%-
HSV(B)131.76º20.99%95.29%-
XYZ64.4579.5767.84-
YUV223.08116.1105.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.14%
GREEN value IS 243 (95.31% from 255) = 38.15%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=30.14%
G=38.15%
B=31.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922432020.2100.170.05131.766885.29
HexC0F3CA150115844455
Octal300363312250215204104125
Binary110000001111001111001010101010100011011000010010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F3CA; }

 p { color: rgb(192,243,202); }

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

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

 a { background-color: rgb(192,243,202); }

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

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

 span { border-color: rgb(192,243,202); }

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