Html Css Color HEX #ABF4E2 Water Leaf

📋 copy color: '#ABF4E2'

red 171 ◦ green 244 ◦ blue 226

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

Shades of Water Leaf #ABF4E2

Tints of Water Leaf #ABF4E2

RGB

 RED value IS 171 (67.19% from 255) = 26.68%

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

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

R = 26.68%
G = 38.07%
B = 35.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#ABF4E2 (or 0xABF4E2) is known color: Water Leaf. HEX triplet: AB, F4 and E2. RGB value is (171,244,226). Sum of RGB (Red+Green+Blue) = 171+244+226=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF4E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF4E2 is #540B1D. Grayscale: #DCDCDC. Windows color (decimal): -5507870 or 14873771. OLE color: 14873771.

HSL color Cylindrical-coordinate representation of color #ABF4E2: hue angle of 165.21º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF4E2 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 244 226 -
CMYK 0.30 0 0.07 0.04
HSL 165.21º 0.77% 0.81% -
HSV(B) 165.21º 0.3% 0.96% -
XYZ 62.87 78.85 83.86 -
YUV 220.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 171 244 226 0.30 0 0.07 0.04 165.21 0.77 0.81
Hex AB F4 E2 1E 0 7 4 A5 4D 51
Octal 253 364 342 36 0 7 4 245 115 121
Binary 10101011 11110100 11100010 11110 0 111 100 10100101 1001101 1010001

Color Harmonies of #ABF4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF4E2

Black with #ABF4E2

Text Example


Text Example

White with #ABF4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF4E2; }

 p { color: rgb(171,244,226); }

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

background-color css

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

 a { background-color: rgb(171,244,226); }

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

border-color css

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

 span { border-color: rgb(171,244,226); }

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