Html Css Color HEX #C8EAC0 Tea Green

📋 copy color: '#C8EAC0'

red 200 ◦ green 234 ◦ blue 192

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

Shades of Tea Green #C8EAC0

Tints of Tea Green #C8EAC0

RGB

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

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

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

R = 31.95%
G = 37.38%
B = 30.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#C8EAC0 (or 0xC8EAC0) is known color: Tea Green. HEX triplet: C8, EA and C0. RGB value is (200,234,192). Sum of RGB (Red+Green+Blue) = 200+234+192=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EAC0 is #37153F. Grayscale: #DBDBDB. Windows color (decimal): -3609920 or 12643016. OLE color: 12643016.

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

Color convert

RGB 200 234 192 -
CMYK 0.15 0 0.18 0.08
HSL 108.57º 0.5% 0.84% -
HSV(B) 108.57º 0.18% 0.92% -
XYZ 62.76 74.93 61.02 -
YUV 219.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 200 234 192 0.15 0 0.18 0.08 108.57 0.5 0.84
Hex C8 EA C0 F 0 12 8 6D 32 54
Octal 310 352 300 17 0 22 10 155 62 124
Binary 11001000 11101010 11000000 1111 0 10010 1000 1101101 110010 1010100

Color Harmonies of #C8EAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EAC0

Black with #C8EAC0

Text Example


Text Example

White with #C8EAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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