Html Css Color HEX #C8E9AF Tea Green

📋 copy color: '#C8E9AF'

red 200 ◦ green 233 ◦ blue 175

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

Shades of Tea Green #C8E9AF

Tints of Tea Green #C8E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.32%

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

R = 32.89%
G = 38.32%
B = 28.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#C8E9AF (or 0xC8E9AF) is known color: Tea Green. HEX triplet: C8, E9 and AF. RGB value is (200,233,175). Sum of RGB (Red+Green+Blue) = 200+233+175=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E9AF is #371650. Grayscale: #D8D8D8. Windows color (decimal): -3610193 or 11528648. OLE color: 11528648.

HSL color Cylindrical-coordinate representation of color #C8E9AF: hue angle of 94.14º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8E9AF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 233 175 -
CMYK 0.14 0 0.25 0.09
HSL 94.14º 0.57% 0.8% -
HSV(B) 94.14º 0.25% 0.91% -
XYZ 60.7 73.65 51.57 -
YUV 216.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 200 233 175 0.14 0 0.25 0.09 94.14 0.57 0.8
Hex C8 E9 AF E 0 19 9 5E 39 50
Octal 310 351 257 16 0 31 11 136 71 120
Binary 11001000 11101001 10101111 1110 0 11001 1001 1011110 111001 1010000

Color Harmonies of #C8E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E9AF

Black with #C8E9AF

Text Example


Text Example

White with #C8E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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