#CAEEB1

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

Shades of Tea Green #CAEEB1

Tints of Tea Green #CAEEB1

Color information

#CAEEB1 (or 0xCAEEB1) is unknown color: approx Tea Green. HEX triplet: CA, EE and B1. RGB value is (202,238,177). Sum of RGB (Red+Green+Blue) = 202+238+177=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEB1 is #35114E. Grayscale: #DCDCDC. Windows color (decimal): -3477839 or 11661002. OLE color: 11661002.

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

Color convert

RGB202238177-
CMYK0.1500.260.07
HSL95.41º64.21%81.37%-
HSV(B)95.41º25.63%93.33%-
XYZ62.8776.8853.12-
YUV220.28103.57114.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=32.74%
G=38.57%
B=28.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381770.1500.260.0795.4164.2181.37
HexCAEEB1F01A75f4051
Octal312356261170327137100121
Binary1100101011101110101100011111011010111101111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEB1; }

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

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

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

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

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

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

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

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