Html Css Color HEX #DAF3C2 Tea Green

📋 copy color: '#DAF3C2'

red 218 ◦ green 243 ◦ blue 194

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

Shades of Tea Green #DAF3C2

Tints of Tea Green #DAF3C2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.1%

 BLUE value IS 194 (76.17% from 255) = 29.62%

R = 33.28%
G = 37.1%
B = 29.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DAF3C2 (or 0xDAF3C2) is known color: Tea Green. HEX triplet: DA, F3 and C2. RGB value is (218,243,194). Sum of RGB (Red+Green+Blue) = 218+243+194=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3C2 is #250C3D. Grayscale: #E6E6E6. Windows color (decimal): -2427966 or 12776410. OLE color: 12776410.

HSL color Cylindrical-coordinate representation of color #DAF3C2: hue angle of 90.61º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAF3C2 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 194 -
CMYK 0.10 0 0.20 0.05
HSL 90.61º 0.67% 0.86% -
HSV(B) 90.61º 0.2% 0.95% -
XYZ 70.7 82.9 63.31 -
YUV 229.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 218 243 194 0.10 0 0.20 0.05 90.61 0.67 0.86
Hex DA F3 C2 A 0 14 5 5B 43 56
Octal 332 363 302 12 0 24 5 133 103 126
Binary 11011010 11110011 11000010 1010 0 10100 101 1011011 1000011 1010110

Color Harmonies of #DAF3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF3C2

Black with #DAF3C2

Text Example


Text Example

White with #DAF3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF3C2; }

 p { color: rgb(218,243,194); }

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

background-color css

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

 a { background-color: rgb(218,243,194); }

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

border-color css

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

 span { border-color: rgb(218,243,194); }

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