Html Css Color HEX #ABF3E1 Water Leaf

📋 copy color: '#ABF3E1'

red 171 ◦ green 243 ◦ blue 225

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

Shades of Water Leaf #ABF3E1

Tints of Water Leaf #ABF3E1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.03%

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

R = 26.76%
G = 38.03%
B = 35.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ABF3E1 (or 0xABF3E1) is known color: Water Leaf. HEX triplet: AB, F3 and E1. RGB value is (171,243,225). Sum of RGB (Red+Green+Blue) = 171+243+225=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF3E1 is #540C1E. Grayscale: #DBDBDB. Windows color (decimal): -5508127 or 14807979. OLE color: 14807979.

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

Color convert

RGB 171 243 225 -
CMYK 0.30 0 0.07 0.05
HSL 165º 0.75% 0.81% -
HSV(B) 165º 0.3% 0.95% -
XYZ 62.44 78.2 83.04 -
YUV 219.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 171 243 225 0.30 0 0.07 0.05 165 0.75 0.81
Hex AB F3 E1 1E 0 7 5 A5 4B 51
Octal 253 363 341 36 0 7 5 245 113 121
Binary 10101011 11110011 11100001 11110 0 111 101 10100101 1001011 1010001

Color Harmonies of #ABF3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF3E1

Black with #ABF3E1

Text Example


Text Example

White with #ABF3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF3E1; }

 p { color: rgb(171,243,225); }

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

background-color css

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

 a { background-color: rgb(171,243,225); }

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

border-color css

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

 span { border-color: rgb(171,243,225); }

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