Html Css Color HEX #C2FBBA Tea Green

📋 copy color: '#C2FBBA'

red 194 ◦ green 251 ◦ blue 186

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

Shades of Tea Green #C2FBBA

Tints of Tea Green #C2FBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 30.74%
G = 39.78%
B = 29.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#C2FBBA (or 0xC2FBBA) is known color: Tea Green. HEX triplet: C2, FB and BA. RGB value is (194,251,186). Sum of RGB (Red+Green+Blue) = 194+251+186=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBBA is #3D0445. Grayscale: #E2E2E2. Windows color (decimal): -3998790 or 12254146. OLE color: 12254146.

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

Color convert

RGB 194 251 186 -
CMYK 0.23 0 0.26 0.02
HSL 112.62º 0.89% 0.86% -
HSV(B) 112.62º 0.26% 0.98% -
XYZ 65.61 84.01 59.21 -
YUV 226.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 194 251 186 0.23 0 0.26 0.02 112.62 0.89 0.86
Hex C2 FB BA 17 0 1A 2 71 59 56
Octal 302 373 272 27 0 32 2 161 131 126
Binary 11000010 11111011 10111010 10111 0 11010 10 1110001 1011001 1010110

Color Harmonies of #C2FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBBA

Black with #C2FBBA

Text Example


Text Example

White with #C2FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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