#C5F3BF

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

Shades of Tea Green #C5F3BF

Tints of Tea Green #C5F3BF

Color information

#C5F3BF (or 0xC5F3BF) is unknown color: approx Tea Green. HEX triplet: C5, F3 and BF. RGB value is (197,243,191). Sum of RGB (Red+Green+Blue) = 197+243+191=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F3BF is #3A0C40. Grayscale: #DFDFDF. Windows color (decimal): -3804225 or 12579781. OLE color: 12579781.

HSL color Cylindrical-coordinate representation of color #C5F3BF: hue angle of 113.08º degrees, saturation: 0.68, 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 #C5F3BF is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB197243191-
CMYK0.1900.210.05
HSL113.08º68.42%85.1%-
HSV(B)113.08º21.4%95.29%-
XYZ64.4879.7361.28-
YUV223.32109.76109.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.22%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 191 (75% from 255) = 30.27%
R=31.22%
G=38.51%
B=30.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972431910.1900.210.05113.0868.4285.1
HexC5F3BF130155714455
Octal305363277230255161104125
Binary11000101111100111011111110011010101101111000110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F3BF; }

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

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

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

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

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

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

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

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