Html Css Color HEX #A4F4DF Water Leaf

📋 copy color: '#A4F4DF'

red 164 ◦ green 244 ◦ blue 223

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

Shades of Water Leaf #A4F4DF

Tints of Water Leaf #A4F4DF

RGB

 RED value IS 164 (64.45% from 255) = 25.99%

 GREEN value IS 244 (95.7% from 255) = 38.67%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 25.99%
G = 38.67%
B = 35.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#A4F4DF (or 0xA4F4DF) is known color: Water Leaf. HEX triplet: A4, F4 and DF. RGB value is (164,244,223). Sum of RGB (Red+Green+Blue) = 164+244+223=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F4DF is #5B0B20. Grayscale: #D9D9D9. Windows color (decimal): -5966625 or 14677156. OLE color: 14677156.

HSL color Cylindrical-coordinate representation of color #A4F4DF: hue angle of 164.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F4DF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 244 223 -
CMYK 0.33 0 0.09 0.04
HSL 164.25º 0.78% 0.8% -
HSV(B) 164.25º 0.33% 0.96% -
XYZ 60.98 77.92 81.64 -
YUV 217.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 164 244 223 0.33 0 0.09 0.04 164.25 0.78 0.8
Hex A4 F4 DF 21 0 9 4 A4 4E 50
Octal 244 364 337 41 0 11 4 244 116 120
Binary 10100100 11110100 11011111 100001 0 1001 100 10100100 1001110 1010000

Color Harmonies of #A4F4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F4DF

Black with #A4F4DF

Text Example


Text Example

White with #A4F4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F4DF; }

 p { color: rgb(164,244,223); }

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

background-color css

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

 a { background-color: rgb(164,244,223); }

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

border-color css

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

 span { border-color: rgb(164,244,223); }

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