Html Css Color HEX #DAF2B7 Tea Green

📋 copy color: '#DAF2B7'

red 218 ◦ green 242 ◦ blue 183

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

Shades of Tea Green #DAF2B7

Tints of Tea Green #DAF2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.46%

R = 33.9%
G = 37.64%
B = 28.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#DAF2B7 (or 0xDAF2B7) is known color: Tea Green. HEX triplet: DA, F2 and B7. RGB value is (218,242,183). Sum of RGB (Red+Green+Blue) = 218+242+183=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2B7 is #250D48. Grayscale: #E4E4E4. Windows color (decimal): -2428233 or 12055258. OLE color: 12055258.

HSL color Cylindrical-coordinate representation of color #DAF2B7: hue angle of 84.41º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAF2B7 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 183 -
CMYK 0.10 0 0.24 0.05
HSL 84.41º 0.69% 0.83% -
HSV(B) 84.41º 0.24% 0.95% -
XYZ 69.21 81.83 56.95 -
YUV 228.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 218 242 183 0.10 0 0.24 0.05 84.41 0.69 0.83
Hex DA F2 B7 A 0 18 5 54 45 53
Octal 332 362 267 12 0 30 5 124 105 123
Binary 11011010 11110010 10110111 1010 0 11000 101 1010100 1000101 1010011

Color Harmonies of #DAF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2B7

Black with #DAF2B7

Text Example


Text Example

White with #DAF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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