Html Css Color HEX #DAF4BA Tea Green

📋 copy color: '#DAF4BA'

red 218 ◦ green 244 ◦ blue 186

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

Shades of Tea Green #DAF4BA

Tints of Tea Green #DAF4BA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.65%

 BLUE value IS 186 (73.05% from 255) = 28.7%

R = 33.64%
G = 37.65%
B = 28.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#DAF4BA (or 0xDAF4BA) is known color: Tea Green. HEX triplet: DA, F4 and BA. RGB value is (218,244,186). Sum of RGB (Red+Green+Blue) = 218+244+186=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4BA is #250B45. Grayscale: #E5E5E5. Windows color (decimal): -2427718 or 12252378. OLE color: 12252378.

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

Color convert

RGB 218 244 186 -
CMYK 0.11 0 0.24 0.04
HSL 86.9º 0.73% 0.84% -
HSV(B) 86.9º 0.24% 0.96% -
XYZ 70.13 83.15 58.81 -
YUV 229.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 218 244 186 0.11 0 0.24 0.04 86.9 0.73 0.84
Hex DA F4 BA B 0 18 4 57 48 54
Octal 332 364 272 13 0 30 4 127 110 124
Binary 11011010 11110100 10111010 1011 0 11000 100 1010111 1001000 1010100

Color Harmonies of #DAF4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF4BA

Black with #DAF4BA

Text Example


Text Example

White with #DAF4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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