#D5FAC4

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

Shades of Tea Green #D5FAC4

Tints of Tea Green #D5FAC4

Color information

#D5FAC4 (or 0xD5FAC4) is unknown color: approx Tea Green. HEX triplet: D5, FA and C4. RGB value is (213,250,196). Sum of RGB (Red+Green+Blue) = 213+250+196=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FAC4 is #2A053B. Grayscale: #E8E8E8. Windows color (decimal): -2753852 or 12909269. OLE color: 12909269.

HSL color Cylindrical-coordinate representation of color #D5FAC4: hue angle of 101.11º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5FAC4 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB213250196-
CMYK0.1500.220.02
HSL101.11º84.38%87.45%-
HSV(B)101.11º21.6%98.04%-
XYZ71.5986.565.15-
YUV232.78107.24113.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 196 (76.95% from 255) = 29.74%
R=32.32%
G=37.94%
B=29.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501960.1500.220.02101.1184.3887.45
HexD5FAC4F0162655457
Octal325372304170262145124127
Binary110101011111101011000100111101011010110010110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAC4; }

 p { color: rgb(213,250,196); }

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

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

 a { background-color: rgb(213,250,196); }

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

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

 span { border-color: rgb(213,250,196); }

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