#CAEEBA

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

Shades of Tea Green #CAEEBA

Tints of Tea Green #CAEEBA

Color information

#CAEEBA (or 0xCAEEBA) is unknown color: approx Tea Green. HEX triplet: CA, EE and BA. RGB value is (202,238,186). Sum of RGB (Red+Green+Blue) = 202+238+186=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEBA is #351145. Grayscale: #DDDDDD. Windows color (decimal): -3477830 or 12250826. OLE color: 12250826.

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

Color convert

RGB202238186-
CMYK0.1500.220.07
HSL101.54º60.47%83.14%-
HSV(B)101.54º21.85%93.33%-
XYZ63.7977.2558-
YUV221.31108.07114.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=32.27%
G=38.02%
B=29.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381860.1500.220.07101.5460.4783.14
HexCAEEBAF0167663c53
Octal31235627217026714674123
Binary110010101110111010111010111101011011111001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEBA; }

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

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

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

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

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

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

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

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