#CAEEC3

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

Shades of Tea Green #CAEEC3

Tints of Tea Green #CAEEC3

Color information

#CAEEC3 (or 0xCAEEC3) is unknown color: approx Tea Green. HEX triplet: CA, EE and C3. RGB value is (202,238,195). Sum of RGB (Red+Green+Blue) = 202+238+195=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC3 is #35113C. Grayscale: #DEDEDE. Windows color (decimal): -3477821 or 12840650. OLE color: 12840650.

HSL color Cylindrical-coordinate representation of color #CAEEC3: hue angle of 110.23º degrees, saturation: 0.56, 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 #CAEEC3 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB202238195-
CMYK0.1500.180.07
HSL110.23º55.84%84.9%-
HSV(B)110.23º18.07%93.33%-
XYZ64.7877.6563.2-
YUV222.33112.57113.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=31.81%
G=37.48%
B=30.71%

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
Decimal2022381950.1500.180.07110.2355.8484.9
HexCAEEC3F01276e3855
Octal31235630317022715670125
Binary110010101110111011000011111101001011111011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC3; }

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

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

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

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

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

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

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

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