Html Css Color HEX #C2FBB0 Tea Green

📋 copy color: '#C2FBB0'

red 194 ◦ green 251 ◦ blue 176

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

Shades of Tea Green #C2FBB0

Tints of Tea Green #C2FBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.34%

R = 31.24%
G = 40.42%
B = 28.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#C2FBB0 (or 0xC2FBB0) is known color: Tea Green. HEX triplet: C2, FB and B0. RGB value is (194,251,176). Sum of RGB (Red+Green+Blue) = 194+251+176=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FBB0 is #3D044F. Grayscale: #E1E1E1. Windows color (decimal): -3998800 or 11598786. OLE color: 11598786.

HSL color Cylindrical-coordinate representation of color #C2FBB0: hue angle of 105.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2FBB0 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 251 176 -
CMYK 0.23 0 0.30 0.02
HSL 105.6º 0.9% 0.84% -
HSV(B) 105.6º 0.3% 0.98% -
XYZ 64.58 83.6 53.81 -
YUV 225.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 194 251 176 0.23 0 0.30 0.02 105.6 0.9 0.84
Hex C2 FB B0 17 0 1E 2 6A 5A 54
Octal 302 373 260 27 0 36 2 152 132 124
Binary 11000010 11111011 10110000 10111 0 11110 10 1101010 1011010 1010100

Color Harmonies of #C2FBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBB0

Black with #C2FBB0

Text Example


Text Example

White with #C2FBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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