Html Css Color HEX #CAE9BF Tea Green

📋 copy color: '#CAE9BF'

red 202 ◦ green 233 ◦ blue 191

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

Shades of Tea Green #CAE9BF

Tints of Tea Green #CAE9BF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.22%

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

R = 32.27%
G = 37.22%
B = 30.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#CAE9BF (or 0xCAE9BF) is known color: Tea Green. HEX triplet: CA, E9 and BF. RGB value is (202,233,191). Sum of RGB (Red+Green+Blue) = 202+233+191=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9BF is #351640. Grayscale: #DBDBDB. Windows color (decimal): -3479105 or 12577226. OLE color: 12577226.

HSL color Cylindrical-coordinate representation of color #CAE9BF: hue angle of 104.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE9BF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 191 -
CMYK 0.13 0 0.18 0.09
HSL 104.29º 0.49% 0.83% -
HSV(B) 104.29º 0.18% 0.91% -
XYZ 62.9 74.6 60.37 -
YUV 218.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 202 233 191 0.13 0 0.18 0.09 104.29 0.49 0.83
Hex CA E9 BF D 0 12 9 68 31 53
Octal 312 351 277 15 0 22 11 150 61 123
Binary 11001010 11101001 10111111 1101 0 10010 1001 1101000 110001 1010011

Color Harmonies of #CAE9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9BF

Black with #CAE9BF

Text Example


Text Example

White with #CAE9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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