#CAEBBD

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

Shades of Tea Green #CAEBBD

Tints of Tea Green #CAEBBD

Color information

#CAEBBD (or 0xCAEBBD) is unknown color: approx Tea Green. HEX triplet: CA, EB and BD. RGB value is (202,235,189). Sum of RGB (Red+Green+Blue) = 202+235+189=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBD is #351442. Grayscale: #DCDCDC. Windows color (decimal): -3478595 or 12446666. OLE color: 12446666.

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

Color convert

RGB202235189-
CMYK0.1400.200.08
HSL103.04º53.49%83.14%-
HSV(B)103.04º19.57%92.16%-
XYZ63.2575.6559.41-
YUV219.89110.57115.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=32.27%
G=37.54%
B=30.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351890.1400.200.08103.0453.4983.14
HexCAEBBDE0148673553
Octal312353275160241014765123
Binary1100101011101011101111011110010100100011001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBBD; }

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

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

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

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

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

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

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

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