#CAEECA

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

Shades of Granny Apple #CAEECA

Tints of Granny Apple #CAEECA

Color information

#CAEECA (or 0xCAEECA) is unknown color: approx Granny Apple. HEX triplet: CA, EE and CA. RGB value is (202,238,202). Sum of RGB (Red+Green+Blue) = 202+238+202=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEECA is #351135. Grayscale: #DFDFDF. Windows color (decimal): -3477814 or 13299402. OLE color: 13299402.

HSL color Cylindrical-coordinate representation of color #CAEECA: hue angle of 120º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEECA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB202238202-
CMYK0.1500.150.07
HSL120º51.43%86.27%-
HSV(B)120º15.13%93.33%-
XYZ65.5977.9767.47-
YUV223.13116.07112.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=31.46%
G=37.07%
B=31.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382020.1500.150.0712051.4386.27
HexCAEECAF0F7783356
Octal31235631217017717063126
Binary11001010111011101100101011110111111111110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEECA; }

 p { color: rgb(202,238,202); }

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

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

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

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

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

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

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