#CAEEC4

Color #CAEEC4 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CAEEC4

Tints of Tea Green #CAEEC4

Color information

#CAEEC4 (or 0xCAEEC4) is unknown color: approx Tea Green. HEX triplet: CA, EE and C4. RGB value is (202,238,196). Sum of RGB (Red+Green+Blue) = 202+238+196=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC4 is #35113B. Grayscale: #DEDEDE. Windows color (decimal): -3477820 or 12906186. OLE color: 12906186.

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

Color convert

RGB202238196-
CMYK0.1500.180.07
HSL111.43º55.26%85.1%-
HSV(B)111.43º17.65%93.33%-
XYZ64.977.6963.8-
YUV222.45113.07113.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=31.76%
G=37.42%
B=30.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381960.1500.180.07111.4355.2685.1
HexCAEEC4F01276f3755
Octal31235630417022715767125
Binary110010101110111011000100111101001011111011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC4; }

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

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

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

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

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

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

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

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