Html Css Color HEX #C2EFB6 Tea Green

📋 copy color: '#C2EFB6'

red 194 ◦ green 239 ◦ blue 182

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

Shades of Tea Green #C2EFB6

Tints of Tea Green #C2EFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.59%

R = 31.54%
G = 38.86%
B = 29.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#C2EFB6 (or 0xC2EFB6) is known color: Tea Green. HEX triplet: C2, EF and B6. RGB value is (194,239,182). Sum of RGB (Red+Green+Blue) = 194+239+182=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFB6 is #3D1049. Grayscale: #DBDBDB. Windows color (decimal): -4001866 or 11988930. OLE color: 11988930.

HSL color Cylindrical-coordinate representation of color #C2EFB6: hue angle of 107.37º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2EFB6 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 182 -
CMYK 0.19 0 0.24 0.06
HSL 107.37º 0.64% 0.83% -
HSV(B) 107.37º 0.24% 0.94% -
XYZ 61.56 76.58 55.79 -
YUV 219.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 194 239 182 0.19 0 0.24 0.06 107.37 0.64 0.83
Hex C2 EF B6 13 0 18 6 6B 40 53
Octal 302 357 266 23 0 30 6 153 100 123
Binary 11000010 11101111 10110110 10011 0 11000 110 1101011 1000000 1010011

Color Harmonies of #C2EFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFB6

Black with #C2EFB6

Text Example


Text Example

White with #C2EFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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