#C7EFCF

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

Shades of Granny Apple #C7EFCF

Tints of Granny Apple #C7EFCF

Color information

#C7EFCF (or 0xC7EFCF) is unknown color: approx Granny Apple. HEX triplet: C7, EF and CF. RGB value is (199,239,207). Sum of RGB (Red+Green+Blue) = 199+239+207=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EFCF is #381030. Grayscale: #DFDFDF. Windows color (decimal): -3674161 or 13627335. OLE color: 13627335.

HSL color Cylindrical-coordinate representation of color #C7EFCF: hue angle of 132º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7EFCF is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB199239207-
CMYK0.1700.130.06
HSL132º55.56%85.88%-
HSV(B)132º16.74%93.73%-
XYZ65.6878.3870.7-
YUV223.39118.75110.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.85%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=30.85%
G=37.05%
B=32.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992392070.1700.130.0613255.5685.88
HexC7EFCF110D6843856
Octal30735731721015620470126
Binary1100011111101111110011111000101101110100001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFCF; }

 p { color: rgb(199,239,207); }

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

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

 a { background-color: rgb(199,239,207); }

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

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

 span { border-color: rgb(199,239,207); }

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