Html Css Color HEX #C8EDC1 Tea Green

📋 copy color: '#C8EDC1'

red 200 ◦ green 237 ◦ blue 193

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

Shades of Tea Green #C8EDC1

Tints of Tea Green #C8EDC1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.62%

 BLUE value IS 193 (75.78% from 255) = 30.63%

R = 31.75%
G = 37.62%
B = 30.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#C8EDC1 (or 0xC8EDC1) is known color: Tea Green. HEX triplet: C8, ED and C1. RGB value is (200,237,193). Sum of RGB (Red+Green+Blue) = 200+237+193=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDC1 is #37123E. Grayscale: #DDDDDD. Windows color (decimal): -3609151 or 12709320. OLE color: 12709320.

HSL color Cylindrical-coordinate representation of color #C8EDC1: hue angle of 110.45º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8EDC1 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 237 193 -
CMYK 0.16 0 0.19 0.07
HSL 110.45º 0.55% 0.84% -
HSV(B) 110.45º 0.19% 0.93% -
XYZ 63.73 76.7 61.9 -
YUV 220.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 200 237 193 0.16 0 0.19 0.07 110.45 0.55 0.84
Hex C8 ED C1 10 0 13 7 6E 37 54
Octal 310 355 301 20 0 23 7 156 67 124
Binary 11001000 11101101 11000001 10000 0 10011 111 1101110 110111 1010100

Color Harmonies of #C8EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDC1

Black with #C8EDC1

Text Example


Text Example

White with #C8EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDC1; }

 p { color: rgb(200,237,193); }

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

background-color css

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

 a { background-color: rgb(200,237,193); }

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

border-color css

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

 span { border-color: rgb(200,237,193); }

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