Html Css Color HEX #C6EDC0 Tea Green

📋 copy color: '#C6EDC0'

red 198 ◦ green 237 ◦ blue 192

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

Shades of Tea Green #C6EDC0

Tints of Tea Green #C6EDC0

RGB

 RED value IS 198 (77.73% from 255) = 31.58%

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

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

R = 31.58%
G = 37.8%
B = 30.62%

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

#C6EDC0 (or 0xC6EDC0) is known color: Tea Green. HEX triplet: C6, ED and C0. RGB value is (198,237,192). Sum of RGB (Red+Green+Blue) = 198+237+192=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDC0 is #39123F. Grayscale: #DCDCDC. Windows color (decimal): -3740224 or 12643782. OLE color: 12643782.

HSL color Cylindrical-coordinate representation of color #C6EDC0: hue angle of 112º degrees, saturation: 0.56, 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 #C6EDC0 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 237 192 -
CMYK 0.16 0 0.19 0.07
HSL 112º 0.56% 0.84% -
HSV(B) 112º 0.19% 0.93% -
XYZ 63.09 76.38 61.29 -
YUV 220.21 112.08 112.16 -
System Red Green Blue C M Y K H S L
Decimal 198 237 192 0.16 0 0.19 0.07 112 0.56 0.84
Hex C6 ED C0 10 0 13 7 70 38 54
Octal 306 355 300 20 0 23 7 160 70 124
Binary 11000110 11101101 11000000 10000 0 10011 111 1110000 111000 1010100

Color Harmonies of #C6EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EDC0

Black with #C6EDC0

Text Example


Text Example

White with #C6EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EDC0; }

 p { color: rgb(198,237,192); }

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

background-color css

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

 a { background-color: rgb(198,237,192); }

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

border-color css

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

 span { border-color: rgb(198,237,192); }

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