Html Css Color HEX #C2EFB5 Tea Green

📋 copy color: '#C2EFB5'

red 194 ◦ green 239 ◦ blue 181

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

Shades of Tea Green #C2EFB5

Tints of Tea Green #C2EFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.48%

R = 31.6%
G = 38.93%
B = 29.48%

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

#C2EFB5 (or 0xC2EFB5) is known color: Tea Green. HEX triplet: C2, EF and B5. RGB value is (194,239,181). Sum of RGB (Red+Green+Blue) = 194+239+181=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFB5 is #3D104A. Grayscale: #DBDBDB. Windows color (decimal): -4001867 or 11923394. OLE color: 11923394.

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

Color convert

RGB 194 239 181 -
CMYK 0.19 0 0.24 0.06
HSL 106.55º 0.64% 0.82% -
HSV(B) 106.55º 0.24% 0.94% -
XYZ 61.46 76.54 55.25 -
YUV 218.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 194 239 181 0.19 0 0.24 0.06 106.55 0.64 0.82
Hex C2 EF B5 13 0 18 6 6B 40 52
Octal 302 357 265 23 0 30 6 153 100 122
Binary 11000010 11101111 10110101 10011 0 11000 110 1101011 1000000 1010010

Color Harmonies of #C2EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFB5

Black with #C2EFB5

Text Example


Text Example

White with #C2EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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