Html Css Color HEX #ABF9DF Water Leaf

📋 copy color: '#ABF9DF'

red 171 ◦ green 249 ◦ blue 223

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

Shades of Water Leaf #ABF9DF

Tints of Water Leaf #ABF9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.72%

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

R = 26.59%
G = 38.72%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#ABF9DF (or 0xABF9DF) is known color: Water Leaf. HEX triplet: AB, F9 and DF. RGB value is (171,249,223). Sum of RGB (Red+Green+Blue) = 171+249+223=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF9DF is #540620. Grayscale: #DEDEDE. Windows color (decimal): -5506593 or 14678443. OLE color: 14678443.

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

Color convert

RGB 171 249 223 -
CMYK 0.31 0 0.10 0.02
HSL 160º 0.87% 0.82% -
HSV(B) 160º 0.31% 0.98% -
XYZ 63.99 81.74 82.22 -
YUV 222.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 171 249 223 0.31 0 0.10 0.02 160 0.87 0.82
Hex AB F9 DF 1F 0 A 2 A0 57 52
Octal 253 371 337 37 0 12 2 240 127 122
Binary 10101011 11111001 11011111 11111 0 1010 10 10100000 1010111 1010010

Color Harmonies of #ABF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF9DF

Black with #ABF9DF

Text Example


Text Example

White with #ABF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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