Html Css Color HEX #C8EAAF Tea Green

📋 copy color: '#C8EAAF'

red 200 ◦ green 234 ◦ blue 175

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

Shades of Tea Green #C8EAAF

Tints of Tea Green #C8EAAF

RGB

 RED value IS 200 (78.52% from 255) = 32.84%

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

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

R = 32.84%
G = 38.42%
B = 28.74%

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

#C8EAAF (or 0xC8EAAF) is known color: Tea Green. HEX triplet: C8, EA and AF. RGB value is (200,234,175). Sum of RGB (Red+Green+Blue) = 200+234+175=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EAAF is #371550. Grayscale: #D9D9D9. Windows color (decimal): -3609937 or 11528904. OLE color: 11528904.

HSL color Cylindrical-coordinate representation of color #C8EAAF: hue angle of 94.58º 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 #C8EAAF is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 175 -
CMYK 0.15 0 0.25 0.08
HSL 94.58º 0.58% 0.8% -
HSV(B) 94.58º 0.25% 0.92% -
XYZ 60.98 74.22 51.67 -
YUV 217.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 200 234 175 0.15 0 0.25 0.08 94.58 0.58 0.8
Hex C8 EA AF F 0 19 8 5F 3A 50
Octal 310 352 257 17 0 31 10 137 72 120
Binary 11001000 11101010 10101111 1111 0 11001 1000 1011111 111010 1010000

Color Harmonies of #C8EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EAAF

Black with #C8EAAF

Text Example


Text Example

White with #C8EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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