Html Css Color HEX #C2EDB7 Tea Green

📋 copy color: '#C2EDB7'

red 194 ◦ green 237 ◦ blue 183

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

Shades of Tea Green #C2EDB7

Tints of Tea Green #C2EDB7

RGB

 RED value IS 194 (76.17% from 255) = 31.6%

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

 BLUE value IS 183 (71.88% from 255) = 29.8%

R = 31.6%
G = 38.6%
B = 29.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#C2EDB7 (or 0xC2EDB7) is known color: Tea Green. HEX triplet: C2, ED and B7. RGB value is (194,237,183). Sum of RGB (Red+Green+Blue) = 194+237+183=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDB7 is #3D1248. Grayscale: #DADADA. Windows color (decimal): -4002377 or 12053954. OLE color: 12053954.

HSL color Cylindrical-coordinate representation of color #C2EDB7: hue angle of 107.78º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EDB7 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 183 -
CMYK 0.18 0 0.23 0.07
HSL 107.78º 0.6% 0.82% -
HSV(B) 107.78º 0.23% 0.93% -
XYZ 61.08 75.46 56.15 -
YUV 217.99 108.25 110.89 -
System Red Green Blue C M Y K H S L
Decimal 194 237 183 0.18 0 0.23 0.07 107.78 0.6 0.82
Hex C2 ED B7 12 0 17 7 6C 3C 52
Octal 302 355 267 22 0 27 7 154 74 122
Binary 11000010 11101101 10110111 10010 0 10111 111 1101100 111100 1010010

Color Harmonies of #C2EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDB7

Black with #C2EDB7

Text Example


Text Example

White with #C2EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDB7; }

 p { color: rgb(194,237,183); }

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

background-color css

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

 a { background-color: rgb(194,237,183); }

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

border-color css

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

 span { border-color: rgb(194,237,183); }

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