Html Css Color HEX #A4F1E1 Water Leaf

📋 copy color: '#A4F1E1'

red 164 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #A4F1E1

Tints of Water Leaf #A4F1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.71%

R = 26.03%
G = 38.25%
B = 35.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#A4F1E1 (or 0xA4F1E1) is known color: Water Leaf. HEX triplet: A4, F1 and E1. RGB value is (164,241,225). Sum of RGB (Red+Green+Blue) = 164+241+225=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1E1 is #5B0E1E. Grayscale: #D8D8D8. Windows color (decimal): -5967391 or 14807460. OLE color: 14807460.

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

Color convert

RGB 164 241 225 -
CMYK 0.32 0 0.07 0.05
HSL 167.53º 0.73% 0.79% -
HSV(B) 167.53º 0.32% 0.95% -
XYZ 60.36 76.24 82.77 -
YUV 216.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 164 241 225 0.32 0 0.07 0.05 167.53 0.73 0.79
Hex A4 F1 E1 20 0 7 5 A8 49 4F
Octal 244 361 341 40 0 7 5 250 111 117
Binary 10100100 11110001 11100001 100000 0 111 101 10101000 1001001 1001111

Color Harmonies of #A4F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F1E1

Black with #A4F1E1

Text Example


Text Example

White with #A4F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F1E1; }

 p { color: rgb(164,241,225); }

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

background-color css

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

 a { background-color: rgb(164,241,225); }

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

border-color css

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

 span { border-color: rgb(164,241,225); }

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