Html Css Color HEX #C7EAAF Tea Green

📋 copy color: '#C7EAAF'

red 199 ◦ green 234 ◦ blue 175

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

Shades of Tea Green #C7EAAF

Tints of Tea Green #C7EAAF

RGB

 RED value IS 199 (78.13% from 255) = 32.73%

 GREEN value IS 234 (91.8% from 255) = 38.49%

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 32.73%
G = 38.49%
B = 28.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#C7EAAF (or 0xC7EAAF) is known color: Tea Green. HEX triplet: C7, EA and AF. RGB value is (199,234,175). Sum of RGB (Red+Green+Blue) = 199+234+175=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EAAF is #381550. Grayscale: #D9D9D9. Windows color (decimal): -3675473 or 11528903. OLE color: 11528903.

HSL color Cylindrical-coordinate representation of color #C7EAAF: hue angle of 95.59º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7EAAF is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 234 175 -
CMYK 0.15 0 0.25 0.08
HSL 95.59º 0.58% 0.8% -
HSV(B) 95.59º 0.25% 0.92% -
XYZ 60.71 74.08 51.66 -
YUV 216.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 199 234 175 0.15 0 0.25 0.08 95.59 0.58 0.8
Hex C7 EA AF F 0 19 8 60 3A 50
Octal 307 352 257 17 0 31 10 140 72 120
Binary 11000111 11101010 10101111 1111 0 11001 1000 1100000 111010 1010000

Color Harmonies of #C7EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7EAAF

Black with #C7EAAF

Text Example


Text Example

White with #C7EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7EAAF; }

 p { color: rgb(199,234,175); }

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

background-color css

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

 a { background-color: rgb(199,234,175); }

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

border-color css

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

 span { border-color: rgb(199,234,175); }

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