#CAEBBA

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

Shades of Tea Green #CAEBBA

Tints of Tea Green #CAEBBA

Color information

#CAEBBA (or 0xCAEBBA) is unknown color: approx Tea Green. HEX triplet: CA, EB and BA. RGB value is (202,235,186). Sum of RGB (Red+Green+Blue) = 202+235+186=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBA is #351445. Grayscale: #DBDBDB. Windows color (decimal): -3478598 or 12250058. OLE color: 12250058.

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

Color convert

RGB202235186-
CMYK0.1400.210.08
HSL100.41º55.06%82.55%-
HSV(B)100.41º20.85%92.16%-
XYZ62.9375.5257.71-
YUV219.55109.07115.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=32.42%
G=37.72%
B=29.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351860.1400.210.08100.4155.0682.55
HexCAEBBAE0158643753
Octal312353272160251014467123
Binary1100101011101011101110101110010101100011001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBBA; }

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

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

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

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

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

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

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

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