#CAEBBB

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

Shades of Tea Green #CAEBBB

Tints of Tea Green #CAEBBB

Color information

#CAEBBB (or 0xCAEBBB) is unknown color: approx Tea Green. HEX triplet: CA, EB and BB. RGB value is (202,235,187). Sum of RGB (Red+Green+Blue) = 202+235+187=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBBB is #351444. Grayscale: #DBDBDB. Windows color (decimal): -3478597 or 12315594. OLE color: 12315594.

HSL color Cylindrical-coordinate representation of color #CAEBBB: hue angle of 101.25º degrees, saturation: 0.55, 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 #CAEBBB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB202235187-
CMYK0.1400.200.08
HSL101.25º54.55%82.75%-
HSV(B)101.25º20.43%92.16%-
XYZ63.0475.5658.28-
YUV219.66109.57115.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=32.37%
G=37.66%
B=29.97%

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
Decimal2022351870.1400.200.08101.2554.5582.75
HexCAEBBBE0148653753
Octal312353273160241014567123
Binary1100101011101011101110111110010100100011001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBBB; }

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

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

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

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

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

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

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

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