#DAF4BE

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

Shades of Tea Green #DAF4BE

Tints of Tea Green #DAF4BE

Color information

#DAF4BE (or 0xDAF4BE) is unknown color: approx Tea Green. HEX triplet: DA, F4 and BE. RGB value is (218,244,190). Sum of RGB (Red+Green+Blue) = 218+244+190=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4BE is #250B41. Grayscale: #E6E6E6. Windows color (decimal): -2427714 or 12514522. OLE color: 12514522.

HSL color Cylindrical-coordinate representation of color #DAF4BE: hue angle of 88.89º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAF4BE is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB218244190-
CMYK0.1100.220.04
HSL88.89º71.05%85.1%-
HSV(B)88.89º22.13%95.69%-
XYZ70.5683.3261.08-
YUV230.07105.39119.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=33.44%
G=37.42%
B=29.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441900.1100.220.0488.8971.0585.1
HexDAF4BEB0164594755
Octal332364276130264131107125
Binary1101101011110100101111101011010110100101100110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4BE; }

 p { color: rgb(218,244,190); }

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

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

 a { background-color: rgb(218,244,190); }

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

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

 span { border-color: rgb(218,244,190); }

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