Html Css Color HEX #DAF2BE Tea Green

📋 copy color: '#DAF2BE'

red 218 ◦ green 242 ◦ blue 190

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

Shades of Tea Green #DAF2BE

Tints of Tea Green #DAF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

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

R = 33.54%
G = 37.23%
B = 29.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#DAF2BE (or 0xDAF2BE) is known color: Tea Green. HEX triplet: DA, F2 and BE. RGB value is (218,242,190). Sum of RGB (Red+Green+Blue) = 218+242+190=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2BE is #250D41. Grayscale: #E5E5E5. Windows color (decimal): -2428226 or 12514010. OLE color: 12514010.

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

Color convert

RGB 218 242 190 -
CMYK 0.10 0 0.21 0.05
HSL 87.69º 0.67% 0.85% -
HSV(B) 87.69º 0.21% 0.95% -
XYZ 69.96 82.13 60.88 -
YUV 228.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 218 242 190 0.10 0 0.21 0.05 87.69 0.67 0.85
Hex DA F2 BE A 0 15 5 58 43 55
Octal 332 362 276 12 0 25 5 130 103 125
Binary 11011010 11110010 10111110 1010 0 10101 101 1011000 1000011 1010101

Color Harmonies of #DAF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2BE

Black with #DAF2BE

Text Example


Text Example

White with #DAF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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