Html Css Color HEX #DAFCB9 Tea Green

📋 copy color: '#DAFCB9'

red 218 ◦ green 252 ◦ blue 185

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

Shades of Tea Green #DAFCB9

Tints of Tea Green #DAFCB9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.47%

 BLUE value IS 185 (72.66% from 255) = 28.24%

R = 33.28%
G = 38.47%
B = 28.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#DAFCB9 (or 0xDAFCB9) is known color: Tea Green. HEX triplet: DA, FC and B9. RGB value is (218,252,185). Sum of RGB (Red+Green+Blue) = 218+252+185=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCB9 is #250346. Grayscale: #EAEAEA. Windows color (decimal): -2425671 or 12188890. OLE color: 12188890.

HSL color Cylindrical-coordinate representation of color #DAFCB9: hue angle of 90.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAFCB9 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 185 -
CMYK 0.13 0 0.27 0.01
HSL 90.45º 0.92% 0.86% -
HSV(B) 90.45º 0.27% 0.99% -
XYZ 72.48 88.03 59.07 -
YUV 234.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 218 252 185 0.13 0 0.27 0.01 90.45 0.92 0.86
Hex DA FC B9 D 0 1B 1 5A 5C 56
Octal 332 374 271 15 0 33 1 132 134 126
Binary 11011010 11111100 10111001 1101 0 11011 1 1011010 1011100 1010110

Color Harmonies of #DAFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCB9

Black with #DAFCB9

Text Example


Text Example

White with #DAFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCB9; }

 p { color: rgb(218,252,185); }

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

background-color css

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

 a { background-color: rgb(218,252,185); }

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

border-color css

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

 span { border-color: rgb(218,252,185); }

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