Html Css Color HEX #CAEDC4 Tea Green

📋 copy color: '#CAEDC4'

red 202 ◦ green 237 ◦ blue 196

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

Shades of Tea Green #CAEDC4

Tints of Tea Green #CAEDC4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

 BLUE value IS 196 (76.95% from 255) = 30.87%

R = 31.81%
G = 37.32%
B = 30.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CAEDC4 (or 0xCAEDC4) is known color: Tea Green. HEX triplet: CA, ED and C4. RGB value is (202,237,196). Sum of RGB (Red+Green+Blue) = 202+237+196=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDC4 is #35123B. Grayscale: #DDDDDD. Windows color (decimal): -3478076 or 12905930. OLE color: 12905930.

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

Color convert

RGB 202 237 196 -
CMYK 0.15 0 0.17 0.07
HSL 111.22º 0.53% 0.85% -
HSV(B) 111.22º 0.17% 0.93% -
XYZ 64.61 77.11 63.7 -
YUV 221.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 202 237 196 0.15 0 0.17 0.07 111.22 0.53 0.85
Hex CA ED C4 F 0 11 7 6F 35 55
Octal 312 355 304 17 0 21 7 157 65 125
Binary 11001010 11101101 11000100 1111 0 10001 111 1101111 110101 1010101

Color Harmonies of #CAEDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDC4

Black with #CAEDC4

Text Example


Text Example

White with #CAEDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDC4; }

 p { color: rgb(202,237,196); }

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

background-color css

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

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

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

border-color css

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

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

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