Html Css Color HEX #A4FFE6 Water Leaf

📋 copy color: '#A4FFE6'

red 164 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #A4FFE6

Tints of Water Leaf #A4FFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 39.29%

 BLUE value IS 230 (90.23% from 255) = 35.44%

R = 25.27%
G = 39.29%
B = 35.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#A4FFE6 (or 0xA4FFE6) is known color: Water Leaf. HEX triplet: A4, FF and E6. RGB value is (164,255,230). Sum of RGB (Red+Green+Blue) = 164+255+230=649 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.27% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFE6 is #5B0019. Grayscale: #E0E0E0. Windows color (decimal): -5963802 or 15138724. OLE color: 15138724.

HSL color Cylindrical-coordinate representation of color #A4FFE6: hue angle of 163.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFE6 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 230 -
CMYK 0.36 0 0.10 0
HSL 163.52º 1% 0.82% -
HSV(B) 163.52º 0.36% 1% -
XYZ 65.35 85.13 87.85 -
YUV 224.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 164 255 230 0.36 0 0.10 0 163.52 1 0.82
Hex A4 FF E6 24 0 A 0 A4 64 52
Octal 244 377 346 44 0 12 0 244 144 122
Binary 10100100 11111111 11100110 100100 0 1010 0 10100100 1100100 1010010

Color Harmonies of #A4FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFE6

Black with #A4FFE6

Text Example


Text Example

White with #A4FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFE6; }

 p { color: rgb(164,255,230); }

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

background-color css

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

 a { background-color: rgb(164,255,230); }

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

border-color css

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

 span { border-color: rgb(164,255,230); }

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