Html Css Color HEX #C2F8BD Tea Green

📋 copy color: '#C2F8BD'

red 194 ◦ green 248 ◦ blue 189

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

Shades of Tea Green #C2F8BD

Tints of Tea Green #C2F8BD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.3%

 BLUE value IS 189 (74.22% from 255) = 29.95%

R = 30.74%
G = 39.3%
B = 29.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#C2F8BD (or 0xC2F8BD) is known color: Tea Green. HEX triplet: C2, F8 and BD. RGB value is (194,248,189). Sum of RGB (Red+Green+Blue) = 194+248+189=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8BD is #3D0742. Grayscale: #E1E1E1. Windows color (decimal): -3999555 or 12449986. OLE color: 12449986.

HSL color Cylindrical-coordinate representation of color #C2F8BD: hue angle of 114.92º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F8BD is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 248 189 -
CMYK 0.22 0 0.24 0.03
HSL 114.92º 0.81% 0.86% -
HSV(B) 114.92º 0.24% 0.97% -
XYZ 65 82.28 60.6 -
YUV 225.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 194 248 189 0.22 0 0.24 0.03 114.92 0.81 0.86
Hex C2 F8 BD 16 0 18 3 73 51 56
Octal 302 370 275 26 0 30 3 163 121 126
Binary 11000010 11111000 10111101 10110 0 11000 11 1110011 1010001 1010110

Color Harmonies of #C2F8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F8BD

Black with #C2F8BD

Text Example


Text Example

White with #C2F8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F8BD; }

 p { color: rgb(194,248,189); }

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

background-color css

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

 a { background-color: rgb(194,248,189); }

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

border-color css

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

 span { border-color: rgb(194,248,189); }

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