Html Css Color HEX #ABF2DF Water Leaf

📋 copy color: '#ABF2DF'

red 171 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #ABF2DF

Tints of Water Leaf #ABF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.05%

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

R = 26.89%
G = 38.05%
B = 35.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#ABF2DF (or 0xABF2DF) is known color: Water Leaf. HEX triplet: AB, F2 and DF. RGB value is (171,242,223). Sum of RGB (Red+Green+Blue) = 171+242+223=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2DF is #540D20. Grayscale: #DADADA. Windows color (decimal): -5508385 or 14676651. OLE color: 14676651.

HSL color Cylindrical-coordinate representation of color #ABF2DF: hue angle of 163.94º degrees, saturation: 0.73, 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 #ABF2DF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 223 -
CMYK 0.29 0 0.08 0.05
HSL 163.94º 0.73% 0.81% -
HSV(B) 163.94º 0.29% 0.95% -
XYZ 61.87 77.49 81.51 -
YUV 218.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 171 242 223 0.29 0 0.08 0.05 163.94 0.73 0.81
Hex AB F2 DF 1D 0 8 5 A4 49 51
Octal 253 362 337 35 0 10 5 244 111 121
Binary 10101011 11110010 11011111 11101 0 1000 101 10100100 1001001 1010001

Color Harmonies of #ABF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2DF

Black with #ABF2DF

Text Example


Text Example

White with #ABF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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