Html Css Color HEX #CAEBC3 Tea Green

📋 copy color: '#CAEBC3'

red 202 ◦ green 235 ◦ blue 195

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

Shades of Tea Green #CAEBC3

Tints of Tea Green #CAEBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.18%

 BLUE value IS 195 (76.56% from 255) = 30.85%

R = 31.96%
G = 37.18%
B = 30.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CAEBC3 (or 0xCAEBC3) is known color: Tea Green. HEX triplet: CA, EB and C3. RGB value is (202,235,195). Sum of RGB (Red+Green+Blue) = 202+235+195=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC3 is #35143C. Grayscale: #DCDCDC. Windows color (decimal): -3478589 or 12839882. OLE color: 12839882.

HSL color Cylindrical-coordinate representation of color #CAEBC3: hue angle of 109.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEBC3 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 235 195 -
CMYK 0.14 0 0.17 0.08
HSL 109.5º 0.5% 0.84% -
HSV(B) 109.5º 0.17% 0.92% -
XYZ 63.92 75.91 62.91 -
YUV 220.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 202 235 195 0.14 0 0.17 0.08 109.5 0.5 0.84
Hex CA EB C3 E 0 11 8 6E 32 54
Octal 312 353 303 16 0 21 10 156 62 124
Binary 11001010 11101011 11000011 1110 0 10001 1000 1101110 110010 1010100

Color Harmonies of #CAEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBC3

Black with #CAEBC3

Text Example


Text Example

White with #CAEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBC3; }

 p { color: rgb(202,235,195); }

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

background-color css

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

 a { background-color: rgb(202,235,195); }

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

border-color css

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

 span { border-color: rgb(202,235,195); }

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