Html Css Color HEX #CAECBA Tea Green

📋 copy color: '#CAECBA'

red 202 ◦ green 236 ◦ blue 186

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

Shades of Tea Green #CAECBA

Tints of Tea Green #CAECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.82%

 BLUE value IS 186 (73.05% from 255) = 29.81%

R = 32.37%
G = 37.82%
B = 29.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#CAECBA (or 0xCAECBA) is known color: Tea Green. HEX triplet: CA, EC and BA. RGB value is (202,236,186). Sum of RGB (Red+Green+Blue) = 202+236+186=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECBA is #351345. Grayscale: #DCDCDC. Windows color (decimal): -3478342 or 12250314. OLE color: 12250314.

HSL color Cylindrical-coordinate representation of color #CAECBA: hue angle of 100.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAECBA is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 236 186 -
CMYK 0.14 0 0.21 0.07
HSL 100.8º 0.57% 0.83% -
HSV(B) 100.8º 0.21% 0.93% -
XYZ 63.22 76.09 57.81 -
YUV 220.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 202 236 186 0.14 0 0.21 0.07 100.8 0.57 0.83
Hex CA EC BA E 0 15 7 65 39 53
Octal 312 354 272 16 0 25 7 145 71 123
Binary 11001010 11101100 10111010 1110 0 10101 111 1100101 111001 1010011

Color Harmonies of #CAECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECBA

Black with #CAECBA

Text Example


Text Example

White with #CAECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECBA; }

 p { color: rgb(202,236,186); }

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

background-color css

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

 a { background-color: rgb(202,236,186); }

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

border-color css

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

 span { border-color: rgb(202,236,186); }

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