Html Css Color HEX #DAF0BE Tea Green

📋 copy color: '#DAF0BE'

red 218 ◦ green 240 ◦ blue 190

#DAF0BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DAF0BE

Tints of Tea Green #DAF0BE

RGB

 RED value IS 218 (85.55% from 255) = 33.64%

 GREEN value IS 240 (94.14% from 255) = 37.04%

 BLUE value IS 190 (74.61% from 255) = 29.32%

R = 33.64%
G = 37.04%
B = 29.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#DAF0BE (or 0xDAF0BE) is known color: Tea Green. HEX triplet: DA, F0 and BE. RGB value is (218,240,190). Sum of RGB (Red+Green+Blue) = 218+240+190=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0BE is #250F41. Grayscale: #E3E3E3. Windows color (decimal): -2428738 or 12513498. OLE color: 12513498.

HSL color Cylindrical-coordinate representation of color #DAF0BE: hue angle of 86.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAF0BE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 190 -
CMYK 0.09 0 0.21 0.06
HSL 86.4º 0.63% 0.84% -
HSV(B) 86.4º 0.21% 0.94% -
XYZ 69.37 80.94 60.68 -
YUV 227.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 218 240 190 0.09 0 0.21 0.06 86.4 0.63 0.84
Hex DA F0 BE 9 0 15 6 56 3E 54
Octal 332 360 276 11 0 25 6 126 76 124
Binary 11011010 11110000 10111110 1001 0 10101 110 1010110 111110 1010100

Color Harmonies of #DAF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0BE

Black with #DAF0BE

Text Example


Text Example

White with #DAF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0BE; }

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

 H1.HeaderClassName
 {
   color: #DAF0BE;
 }
 .AnyTagClassName
 {
   color: #DAF0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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