Html Css Color HEX #CAEACA Granny Apple

📋 copy color: '#CAEACA'

red 202 ◦ green 234 ◦ blue 202

#CAEACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CAEACA

Tints of Granny Apple #CAEACA

RGB

 RED value IS 202 (79.3% from 255) = 31.66%

 GREEN value IS 234 (91.8% from 255) = 36.68%

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 31.66%
G = 36.68%
B = 31.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#CAEACA (or 0xCAEACA) is known color: Granny Apple. HEX triplet: CA, EA and CA. RGB value is (202,234,202). Sum of RGB (Red+Green+Blue) = 202+234+202=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEACA is #351535. Grayscale: #DCDCDC. Windows color (decimal): -3478838 or 13298378. OLE color: 13298378.

HSL color Cylindrical-coordinate representation of color #CAEACA: hue angle of 120º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEACA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 202 -
CMYK 0.14 0 0.14 0.08
HSL 120º 0.43% 0.85% -
HSV(B) 120º 0.14% 0.92% -
XYZ 64.44 75.67 67.09 -
YUV 220.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 202 234 202 0.14 0 0.14 0.08 120 0.43 0.85
Hex CA EA CA E 0 E 8 78 2B 55
Octal 312 352 312 16 0 16 10 170 53 125
Binary 11001010 11101010 11001010 1110 0 1110 1000 1111000 101011 1010101

Color Harmonies of #CAEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEACA

Black with #CAEACA

Text Example


Text Example

White with #CAEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEACA; }

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

 H1.HeaderClassName
 {
   color: #CAEACA;
 }
 .AnyTagClassName
 {
   color: #CAEACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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