Html Css Color HEX #A4F2DF Water Leaf

📋 copy color: '#A4F2DF'

red 164 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #A4F2DF

Tints of Water Leaf #A4F2DF

RGB

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

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

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

R = 26.07%
G = 38.47%
B = 35.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#A4F2DF (or 0xA4F2DF) is known color: Water Leaf. HEX triplet: A4, F2 and DF. RGB value is (164,242,223). Sum of RGB (Red+Green+Blue) = 164+242+223=629 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.07% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F2DF is #5B0D20. Grayscale: #D8D8D8. Windows color (decimal): -5967137 or 14676644. OLE color: 14676644.

HSL color Cylindrical-coordinate representation of color #A4F2DF: hue angle of 165.38º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2DF is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 242 223 -
CMYK 0.32 0 0.08 0.05
HSL 165.38º 0.75% 0.8% -
HSV(B) 165.38º 0.32% 0.95% -
XYZ 60.38 76.72 81.44 -
YUV 216.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 164 242 223 0.32 0 0.08 0.05 165.38 0.75 0.8
Hex A4 F2 DF 20 0 8 5 A5 4B 50
Octal 244 362 337 40 0 10 5 245 113 120
Binary 10100100 11110010 11011111 100000 0 1000 101 10100101 1001011 1010000

Color Harmonies of #A4F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F2DF

Black with #A4F2DF

Text Example


Text Example

White with #A4F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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