Html Css Color HEX #CAE3BB Tea Green

📋 copy color: '#CAE3BB'

red 202 ◦ green 227 ◦ blue 187

#CAE3BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CAE3BB

Tints of Tea Green #CAE3BB

RGB

 RED value IS 202 (79.3% from 255) = 32.79%

 GREEN value IS 227 (89.06% from 255) = 36.85%

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 32.79%
G = 36.85%
B = 30.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CAE3BB (or 0xCAE3BB) is known color: Tea Green. HEX triplet: CA, E3 and BB. RGB value is (202,227,187). Sum of RGB (Red+Green+Blue) = 202+227+187=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3BB is #351C44. Grayscale: #D7D7D7. Windows color (decimal): -3480645 or 12313546. OLE color: 12313546.

HSL color Cylindrical-coordinate representation of color #CAE3BB: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE3BB is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 187 -
CMYK 0.11 0 0.18 0.11
HSL 97.5º 0.42% 0.81% -
HSV(B) 97.5º 0.18% 0.89% -
XYZ 60.8 71.08 57.53 -
YUV 214.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 202 227 187 0.11 0 0.18 0.11 97.5 0.42 0.81
Hex CA E3 BB B 0 12 B 62 2A 51
Octal 312 343 273 13 0 22 13 142 52 121
Binary 11001010 11100011 10111011 1011 0 10010 1011 1100010 101010 1010001

Color Harmonies of #CAE3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3BB

Black with #CAE3BB

Text Example


Text Example

White with #CAE3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3BB; }

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

 H1.HeaderClassName
 {
   color: #CAE3BB;
 }
 .AnyTagClassName
 {
   color: #CAE3BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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