Html Css Color HEX #CAE5BB Tea Green

📋 copy color: '#CAE5BB'

red 202 ◦ green 229 ◦ blue 187

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

Shades of Tea Green #CAE5BB

Tints of Tea Green #CAE5BB

RGB

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

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

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

R = 32.69%
G = 37.06%
B = 30.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#CAE5BB (or 0xCAE5BB) is known color: Tea Green. HEX triplet: CA, E5 and BB. RGB value is (202,229,187). Sum of RGB (Red+Green+Blue) = 202+229+187=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BB is #351A44. Grayscale: #D8D8D8. Windows color (decimal): -3480133 or 12314058. OLE color: 12314058.

HSL color Cylindrical-coordinate representation of color #CAE5BB: hue angle of 98.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE5BB is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 187 -
CMYK 0.12 0 0.18 0.10
HSL 98.57º 0.45% 0.82% -
HSV(B) 98.57º 0.18% 0.9% -
XYZ 61.35 72.18 57.71 -
YUV 216.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 202 229 187 0.12 0 0.18 0.10 98.57 0.45 0.82
Hex CA E5 BB C 0 12 A 63 2D 52
Octal 312 345 273 14 0 22 12 143 55 122
Binary 11001010 11100101 10111011 1100 0 10010 1010 1100011 101101 1010010

Color Harmonies of #CAE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5BB

Black with #CAE5BB

Text Example


Text Example

White with #CAE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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