Html Css Color HEX #C2EFBF Tea Green

📋 copy color: '#C2EFBF'

red 194 ◦ green 239 ◦ blue 191

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

Shades of Tea Green #C2EFBF

Tints of Tea Green #C2EFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.3%

 BLUE value IS 191 (75% from 255) = 30.61%

R = 31.09%
G = 38.3%
B = 30.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#C2EFBF (or 0xC2EFBF) is known color: Tea Green. HEX triplet: C2, EF and BF. RGB value is (194,239,191). Sum of RGB (Red+Green+Blue) = 194+239+191=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBF is #3D1040. Grayscale: #DCDCDC. Windows color (decimal): -4001857 or 12578754. OLE color: 12578754.

HSL color Cylindrical-coordinate representation of color #C2EFBF: hue angle of 116.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EFBF is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 191 -
CMYK 0.19 0 0.20 0.06
HSL 116.25º 0.6% 0.84% -
HSV(B) 116.25º 0.2% 0.94% -
XYZ 62.52 76.96 60.85 -
YUV 220.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 194 239 191 0.19 0 0.20 0.06 116.25 0.6 0.84
Hex C2 EF BF 13 0 14 6 74 3C 54
Octal 302 357 277 23 0 24 6 164 74 124
Binary 11000010 11101111 10111111 10011 0 10100 110 1110100 111100 1010100

Color Harmonies of #C2EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFBF

Black with #C2EFBF

Text Example


Text Example

White with #C2EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFBF; }

 p { color: rgb(194,239,191); }

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

background-color css

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

 a { background-color: rgb(194,239,191); }

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

border-color css

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

 span { border-color: rgb(194,239,191); }

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