Html Css Color HEX #DAF1C1 Tea Green

📋 copy color: '#DAF1C1'

red 218 ◦ green 241 ◦ blue 193

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

Shades of Tea Green #DAF1C1

Tints of Tea Green #DAF1C1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.96%

 BLUE value IS 193 (75.78% from 255) = 29.6%

R = 33.44%
G = 36.96%
B = 29.6%

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

#DAF1C1 (or 0xDAF1C1) is known color: Tea Green. HEX triplet: DA, F1 and C1. RGB value is (218,241,193). Sum of RGB (Red+Green+Blue) = 218+241+193=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1C1 is #250E3E. Grayscale: #E4E4E4. Windows color (decimal): -2428479 or 12710362. OLE color: 12710362.

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

Color convert

RGB 218 241 193 -
CMYK 0.10 0 0.20 0.05
HSL 88.75º 0.63% 0.85% -
HSV(B) 88.75º 0.2% 0.95% -
XYZ 69.99 81.67 62.53 -
YUV 228.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 218 241 193 0.10 0 0.20 0.05 88.75 0.63 0.85
Hex DA F1 C1 A 0 14 5 59 3F 55
Octal 332 361 301 12 0 24 5 131 77 125
Binary 11011010 11110001 11000001 1010 0 10100 101 1011001 111111 1010101

Color Harmonies of #DAF1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1C1

Black with #DAF1C1

Text Example


Text Example

White with #DAF1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1C1; }

 p { color: rgb(218,241,193); }

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

background-color css

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

 a { background-color: rgb(218,241,193); }

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

border-color css

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

 span { border-color: rgb(218,241,193); }

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