Html Css Color HEX #C2EFBA Tea Green

📋 copy color: '#C2EFBA'

red 194 ◦ green 239 ◦ blue 186

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

Shades of Tea Green #C2EFBA

Tints of Tea Green #C2EFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 31.34%
G = 38.61%
B = 30.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#C2EFBA (or 0xC2EFBA) is known color: Tea Green. HEX triplet: C2, EF and BA. RGB value is (194,239,186). Sum of RGB (Red+Green+Blue) = 194+239+186=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFBA is #3D1045. Grayscale: #DBDBDB. Windows color (decimal): -4001862 or 12251074. OLE color: 12251074.

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

Color convert

RGB 194 239 186 -
CMYK 0.19 0 0.22 0.06
HSL 110.94º 0.62% 0.83% -
HSV(B) 110.94º 0.22% 0.94% -
XYZ 61.98 76.75 58 -
YUV 219.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 194 239 186 0.19 0 0.22 0.06 110.94 0.62 0.83
Hex C2 EF BA 13 0 16 6 6F 3E 53
Octal 302 357 272 23 0 26 6 157 76 123
Binary 11000010 11101111 10111010 10011 0 10110 110 1101111 111110 1010011

Color Harmonies of #C2EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFBA

Black with #C2EFBA

Text Example


Text Example

White with #C2EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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