Html Css Color HEX #ABF1DF Water Leaf

📋 copy color: '#ABF1DF'

red 171 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #ABF1DF

Tints of Water Leaf #ABF1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 26.93%
G = 37.95%
B = 35.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ABF1DF (or 0xABF1DF) is known color: Water Leaf. HEX triplet: AB, F1 and DF. RGB value is (171,241,223). Sum of RGB (Red+Green+Blue) = 171+241+223=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1DF is #540E20. Grayscale: #DADADA. Windows color (decimal): -5508641 or 14676395. OLE color: 14676395.

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

Color convert

RGB 171 241 223 -
CMYK 0.29 0 0.07 0.05
HSL 164.57º 0.71% 0.81% -
HSV(B) 164.57º 0.29% 0.95% -
XYZ 61.57 76.9 81.41 -
YUV 218.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 171 241 223 0.29 0 0.07 0.05 164.57 0.71 0.81
Hex AB F1 DF 1D 0 7 5 A5 47 51
Octal 253 361 337 35 0 7 5 245 107 121
Binary 10101011 11110001 11011111 11101 0 111 101 10100101 1000111 1010001

Color Harmonies of #ABF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF1DF

Black with #ABF1DF

Text Example


Text Example

White with #ABF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF1DF; }

 p { color: rgb(171,241,223); }

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

background-color css

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

 a { background-color: rgb(171,241,223); }

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

border-color css

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

 span { border-color: rgb(171,241,223); }

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