Html Css Color HEX #C2EBB9 Tea Green

📋 copy color: '#C2EBB9'

red 194 ◦ green 235 ◦ blue 185

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

Shades of Tea Green #C2EBB9

Tints of Tea Green #C2EBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.27%

 BLUE value IS 185 (72.66% from 255) = 30.13%

R = 31.6%
G = 38.27%
B = 30.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#C2EBB9 (or 0xC2EBB9) is known color: Tea Green. HEX triplet: C2, EB and B9. RGB value is (194,235,185). Sum of RGB (Red+Green+Blue) = 194+235+185=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBB9 is #3D1446. Grayscale: #D9D9D9. Windows color (decimal): -4002887 or 12184514. OLE color: 12184514.

HSL color Cylindrical-coordinate representation of color #C2EBB9: hue angle of 109.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EBB9 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 185 -
CMYK 0.17 0 0.21 0.08
HSL 109.2º 0.56% 0.82% -
HSV(B) 109.2º 0.21% 0.92% -
XYZ 60.71 74.39 57.06 -
YUV 217.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 194 235 185 0.17 0 0.21 0.08 109.2 0.56 0.82
Hex C2 EB B9 11 0 15 8 6D 38 52
Octal 302 353 271 21 0 25 10 155 70 122
Binary 11000010 11101011 10111001 10001 0 10101 1000 1101101 111000 1010010

Color Harmonies of #C2EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBB9

Black with #C2EBB9

Text Example


Text Example

White with #C2EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBB9; }

 p { color: rgb(194,235,185); }

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

background-color css

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

 a { background-color: rgb(194,235,185); }

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

border-color css

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

 span { border-color: rgb(194,235,185); }

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