#c1f2be

Color #C1F2BE Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C1F2BE

Tints of Tea Green #C1F2BE

Color information

#C1F2BE (or 0xC1F2BE) is unknown color: approx Tea Green. HEX triplet: C1, F2 and BE. RGB value is (193,242,190). Sum of RGB (Red+Green+Blue) = 193+242+190=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F2BE is #3E0D41. Grayscale: #DDDDDD. Windows color (decimal): -4066626 or 12513985. OLE color: 12513985.

HSL color Cylindrical-coordinate representation of color #C1F2BE: hue angle of 116.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F2BE is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB193242190-
CMYK0.2000.210.05
HSL116.54º66.67%84.71%-
HSV(B)116.54º21.49%94.9%-
XYZ63.0478.5660.56-
YUV221.42110.27107.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.88%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=30.88%
G=38.72%
B=30.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932421900.2000.210.05116.5466.6784.71
HexC1F2BE140155754355
Octal301362276240255165103125
Binary11000001111100101011111010100010101101111010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1f2be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1f2be; }

 p { color: rgb(193,242,190); }

 H1.HeaderClassName
 {
   color: #c1f2be;
 }
 .AnyTagClassName
 {
   color: #c1f2be;
 }
</style>
background-color css

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

 a { background-color: rgb(193,242,190); }

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

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

 span { border-color: rgb(193,242,190); }

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