Html Css Color HEX #A4EEE2 Water Leaf

📋 copy color: '#A4EEE2'

red 164 ◦ green 238 ◦ blue 226

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

Shades of Water Leaf #A4EEE2

Tints of Water Leaf #A4EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.9%

 BLUE value IS 226 (88.67% from 255) = 35.99%

R = 26.11%
G = 37.9%
B = 35.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A4EEE2 (or 0xA4EEE2) is known color: Water Leaf. HEX triplet: A4, EE and E2. RGB value is (164,238,226). Sum of RGB (Red+Green+Blue) = 164+238+226=628 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.11% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEE2 is #5B111D. Grayscale: #D6D6D6. Windows color (decimal): -5968158 or 14872228. OLE color: 14872228.

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

Color convert

RGB 164 238 226 -
CMYK 0.31 0 0.05 0.07
HSL 170.27º 0.69% 0.79% -
HSV(B) 170.27º 0.31% 0.93% -
XYZ 59.61 74.53 83.2 -
YUV 214.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 164 238 226 0.31 0 0.05 0.07 170.27 0.69 0.79
Hex A4 EE E2 1F 0 5 7 AA 45 4F
Octal 244 356 342 37 0 5 7 252 105 117
Binary 10100100 11101110 11100010 11111 0 101 111 10101010 1000101 1001111

Color Harmonies of #A4EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EEE2

Black with #A4EEE2

Text Example


Text Example

White with #A4EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EEE2; }

 p { color: rgb(164,238,226); }

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

background-color css

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

 a { background-color: rgb(164,238,226); }

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

border-color css

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

 span { border-color: rgb(164,238,226); }

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