#CAEEB7

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

Shades of Tea Green #CAEEB7

Tints of Tea Green #CAEEB7

Color information

#CAEEB7 (or 0xCAEEB7) is unknown color: approx Tea Green. HEX triplet: CA, EE and B7. RGB value is (202,238,183). Sum of RGB (Red+Green+Blue) = 202+238+183=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB7 is #351148. Grayscale: #DDDDDD. Windows color (decimal): -3477833 or 12054218. OLE color: 12054218.

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

Color convert

RGB202238183-
CMYK0.1500.230.07
HSL99.27º61.8%82.55%-
HSV(B)99.27º23.11%93.33%-
XYZ63.4877.1256.34-
YUV220.97106.57114.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=32.42%
G=38.20%
B=29.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381830.1500.230.0799.2761.882.55
HexCAEEB7F0177633e53
Octal31235626717027714376123
Binary110010101110111010110111111101011111111000111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEB7; }

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

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

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

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

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

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

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

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