#CAEBBF

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

Shades of Tea Green #CAEBBF

Tints of Tea Green #CAEBBF

Color information

#CAEBBF (or 0xCAEBBF) is unknown color: approx Tea Green. HEX triplet: CA, EB and BF. RGB value is (202,235,191). Sum of RGB (Red+Green+Blue) = 202+235+191=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBF is #351440. Grayscale: #DCDCDC. Windows color (decimal): -3478593 or 12577738. OLE color: 12577738.

HSL color Cylindrical-coordinate representation of color #CAEBBF: hue angle of 105º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEBBF is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB202235191-
CMYK0.1400.190.08
HSL105º52.38%83.53%-
HSV(B)105º18.72%92.16%-
XYZ63.4775.7360.56-
YUV220.12111.57115.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 191 (75% from 255) = 30.41%
R=32.17%
G=37.42%
B=30.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351910.1400.190.0810552.3883.53
HexCAEBBFE0138693454
Octal312353277160231015164124
Binary1100101011101011101111111110010011100011010011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBBF; }

 p { color: rgb(202,235,191); }

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

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

 a { background-color: rgb(202,235,191); }

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

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

 span { border-color: rgb(202,235,191); }

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