#DAF1C1

Color #DAF1C1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #DAF1C1

Tints of Tea Green #DAF1C1

Color information

#DAF1C1 (or 0xDAF1C1) is unknown color: approx 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

RGB218241193-
CMYK0.1000.200.05
HSL88.75º63.16%85.1%-
HSV(B)88.75º19.92%94.51%-
XYZ69.9981.6762.53-
YUV228.65107.88120.4-

RGB Variations

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

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.60%
R=33.44%
G=36.96%
B=29.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411930.1000.200.0588.7563.1685.1
HexDAF1C1A0145593f55
Octal33236130112024513177125
Binary110110101111000111000001101001010010110110011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>