Html Css Color HEX #CAE5B7 Tea Green

📋 copy color: '#CAE5B7'

red 202 ◦ green 229 ◦ blue 183

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

Shades of Tea Green #CAE5B7

Tints of Tea Green #CAE5B7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.3%

 BLUE value IS 183 (71.88% from 255) = 29.8%

R = 32.9%
G = 37.3%
B = 29.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#CAE5B7 (or 0xCAE5B7) is known color: Tea Green. HEX triplet: CA, E5 and B7. RGB value is (202,229,183). Sum of RGB (Red+Green+Blue) = 202+229+183=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5B7 is #351A48. Grayscale: #D7D7D7. Windows color (decimal): -3480137 or 12051914. OLE color: 12051914.

HSL color Cylindrical-coordinate representation of color #CAE5B7: hue angle of 95.22º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE5B7 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 183 -
CMYK 0.12 0 0.20 0.10
HSL 95.22º 0.47% 0.81% -
HSV(B) 95.22º 0.2% 0.9% -
XYZ 60.92 72.01 55.49 -
YUV 215.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 202 229 183 0.12 0 0.20 0.10 95.22 0.47 0.81
Hex CA E5 B7 C 0 14 A 5F 2F 51
Octal 312 345 267 14 0 24 12 137 57 121
Binary 11001010 11100101 10110111 1100 0 10100 1010 1011111 101111 1010001

Color Harmonies of #CAE5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5B7

Black with #CAE5B7

Text Example


Text Example

White with #CAE5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5B7; }

 p { color: rgb(202,229,183); }

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

background-color css

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

 a { background-color: rgb(202,229,183); }

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

border-color css

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

 span { border-color: rgb(202,229,183); }

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