#C5EFBF

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

Shades of Tea Green #C5EFBF

Tints of Tea Green #C5EFBF

Color information

#C5EFBF (or 0xC5EFBF) is unknown color: approx Tea Green. HEX triplet: C5, EF and BF. RGB value is (197,239,191). Sum of RGB (Red+Green+Blue) = 197+239+191=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFBF is #3A1040. Grayscale: #DDDDDD. Windows color (decimal): -3805249 or 12578757. OLE color: 12578757.

HSL color Cylindrical-coordinate representation of color #C5EFBF: hue angle of 112.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5EFBF is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB197239191-
CMYK0.1800.200.06
HSL112.5º60%84.31%-
HSV(B)112.5º20.08%93.73%-
XYZ63.377.3660.89-
YUV220.97111.09110.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 191 (75% from 255) = 30.46%
R=31.42%
G=38.12%
B=30.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972391910.1800.200.06112.56084.31
HexC5EFBF120146703c54
Octal30535727722024616074124
Binary1100010111101111101111111001001010011011100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFBF; }

 p { color: rgb(197,239,191); }

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

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

 a { background-color: rgb(197,239,191); }

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

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

 span { border-color: rgb(197,239,191); }

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