Html Css Color HEX #CAE1BB Tea Green

📋 copy color: '#CAE1BB'

red 202 ◦ green 225 ◦ blue 187

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

Shades of Tea Green #CAE1BB

Tints of Tea Green #CAE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

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

R = 32.9%
G = 36.64%
B = 30.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CAE1BB (or 0xCAE1BB) is known color: Tea Green. HEX triplet: CA, E1 and BB. RGB value is (202,225,187). Sum of RGB (Red+Green+Blue) = 202+225+187=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1BB is #351E44. Grayscale: #D5D5D5. Windows color (decimal): -3481157 or 12313034. OLE color: 12313034.

HSL color Cylindrical-coordinate representation of color #CAE1BB: hue angle of 96.32º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE1BB is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 187 -
CMYK 0.10 0 0.17 0.12
HSL 96.32º 0.39% 0.81% -
HSV(B) 96.32º 0.17% 0.88% -
XYZ 60.25 69.99 57.35 -
YUV 213.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 202 225 187 0.10 0 0.17 0.12 96.32 0.39 0.81
Hex CA E1 BB A 0 11 C 60 27 51
Octal 312 341 273 12 0 21 14 140 47 121
Binary 11001010 11100001 10111011 1010 0 10001 1100 1100000 100111 1010001

Color Harmonies of #CAE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE1BB

Black with #CAE1BB

Text Example


Text Example

White with #CAE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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