Html Css Color HEX #C2FBBF Tea Green

📋 copy color: '#C2FBBF'

red 194 ◦ green 251 ◦ blue 191

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

Shades of Tea Green #C2FBBF

Tints of Tea Green #C2FBBF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.47%

 BLUE value IS 191 (75% from 255) = 30.03%

R = 30.5%
G = 39.47%
B = 30.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#C2FBBF (or 0xC2FBBF) is known color: Tea Green. HEX triplet: C2, FB and BF. RGB value is (194,251,191). Sum of RGB (Red+Green+Blue) = 194+251+191=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBBF is #3D0440. Grayscale: #E3E3E3. Windows color (decimal): -3998785 or 12581826. OLE color: 12581826.

HSL color Cylindrical-coordinate representation of color #C2FBBF: hue angle of 117º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FBBF is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 251 191 -
CMYK 0.23 0 0.24 0.02
HSL 117º 0.88% 0.87% -
HSV(B) 117º 0.24% 0.98% -
XYZ 66.15 84.23 62.06 -
YUV 227.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 194 251 191 0.23 0 0.24 0.02 117 0.88 0.87
Hex C2 FB BF 17 0 18 2 75 58 57
Octal 302 373 277 27 0 30 2 165 130 127
Binary 11000010 11111011 10111111 10111 0 11000 10 1110101 1011000 1010111

Color Harmonies of #C2FBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBBF

Black with #C2FBBF

Text Example


Text Example

White with #C2FBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBBF; }

 p { color: rgb(194,251,191); }

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

background-color css

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

 a { background-color: rgb(194,251,191); }

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

border-color css

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

 span { border-color: rgb(194,251,191); }

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