Html Css Color HEX #C2FDBF Tea Green

📋 copy color: '#C2FDBF'

red 194 ◦ green 253 ◦ blue 191

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

Shades of Tea Green #C2FDBF

Tints of Tea Green #C2FDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.66%

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

R = 30.41%
G = 39.66%
B = 29.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#C2FDBF (or 0xC2FDBF) is known color: Tea Green. HEX triplet: C2, FD and BF. RGB value is (194,253,191). Sum of RGB (Red+Green+Blue) = 194+253+191=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDBF is #3D0240. Grayscale: #E4E4E4. Windows color (decimal): -3998273 or 12582338. OLE color: 12582338.

HSL color Cylindrical-coordinate representation of color #C2FDBF: hue angle of 117.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2FDBF is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 253 191 -
CMYK 0.23 0 0.25 0.01
HSL 117.1º 0.94% 0.87% -
HSV(B) 117.1º 0.25% 0.99% -
XYZ 66.78 85.48 62.27 -
YUV 228.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 194 253 191 0.23 0 0.25 0.01 117.1 0.94 0.87
Hex C2 FD BF 17 0 19 1 75 5E 57
Octal 302 375 277 27 0 31 1 165 136 127
Binary 11000010 11111101 10111111 10111 0 11001 1 1110101 1011110 1010111

Color Harmonies of #C2FDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDBF

Black with #C2FDBF

Text Example


Text Example

White with #C2FDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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