Html Css Color HEX #CAEBC0 Tea Green

📋 copy color: '#CAEBC0'

red 202 ◦ green 235 ◦ blue 192

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

Shades of Tea Green #CAEBC0

Tints of Tea Green #CAEBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.52%

R = 32.11%
G = 37.36%
B = 30.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#CAEBC0 (or 0xCAEBC0) is known color: Tea Green. HEX triplet: CA, EB and C0. RGB value is (202,235,192). Sum of RGB (Red+Green+Blue) = 202+235+192=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC0 is #35143F. Grayscale: #DCDCDC. Windows color (decimal): -3478592 or 12643274. OLE color: 12643274.

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

Color convert

RGB 202 235 192 -
CMYK 0.14 0 0.18 0.08
HSL 106.05º 0.52% 0.84% -
HSV(B) 106.05º 0.18% 0.92% -
XYZ 63.58 75.78 61.14 -
YUV 220.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 202 235 192 0.14 0 0.18 0.08 106.05 0.52 0.84
Hex CA EB C0 E 0 12 8 6A 34 54
Octal 312 353 300 16 0 22 10 152 64 124
Binary 11001010 11101011 11000000 1110 0 10010 1000 1101010 110100 1010100

Color Harmonies of #CAEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBC0

Black with #CAEBC0

Text Example


Text Example

White with #CAEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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