Html Css Color HEX #CAE3BF Tea Green

📋 copy color: '#CAE3BF'

red 202 ◦ green 227 ◦ blue 191

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

Shades of Tea Green #CAE3BF

Tints of Tea Green #CAE3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.81%

R = 32.58%
G = 36.61%
B = 30.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CAE3BF (or 0xCAE3BF) is known color: Tea Green. HEX triplet: CA, E3 and BF. RGB value is (202,227,191). Sum of RGB (Red+Green+Blue) = 202+227+191=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3BF is #351C40. Grayscale: #D7D7D7. Windows color (decimal): -3480641 or 12575690. OLE color: 12575690.

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

Color convert

RGB 202 227 191 -
CMYK 0.11 0 0.16 0.11
HSL 101.67º 0.39% 0.82% -
HSV(B) 101.67º 0.16% 0.89% -
XYZ 61.23 71.26 59.82 -
YUV 215.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 202 227 191 0.11 0 0.16 0.11 101.67 0.39 0.82
Hex CA E3 BF B 0 10 B 66 27 52
Octal 312 343 277 13 0 20 13 146 47 122
Binary 11001010 11100011 10111111 1011 0 10000 1011 1100110 100111 1010010

Color Harmonies of #CAE3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3BF

Black with #CAE3BF

Text Example


Text Example

White with #CAE3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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