Html Css Color HEX #ABFBE7 Water Leaf

📋 copy color: '#ABFBE7'

red 171 ◦ green 251 ◦ blue 231

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

Shades of Water Leaf #ABFBE7

Tints of Water Leaf #ABFBE7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.44%

 BLUE value IS 231 (90.63% from 255) = 35.38%

R = 26.19%
G = 38.44%
B = 35.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#ABFBE7 (or 0xABFBE7) is known color: Water Leaf. HEX triplet: AB, FB and E7. RGB value is (171,251,231). Sum of RGB (Red+Green+Blue) = 171+251+231=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBE7 is #540418. Grayscale: #E0E0E0. Windows color (decimal): -5506073 or 15203243. OLE color: 15203243.

HSL color Cylindrical-coordinate representation of color #ABFBE7: hue angle of 165º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBE7 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 251 231 -
CMYK 0.32 0 0.08 0.02
HSL 165º 0.91% 0.83% -
HSV(B) 165º 0.32% 0.98% -
XYZ 65.72 83.42 88.24 -
YUV 224.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 171 251 231 0.32 0 0.08 0.02 165 0.91 0.83
Hex AB FB E7 20 0 8 2 A5 5B 53
Octal 253 373 347 40 0 10 2 245 133 123
Binary 10101011 11111011 11100111 100000 0 1000 10 10100101 1011011 1010011

Color Harmonies of #ABFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBE7

Black with #ABFBE7

Text Example


Text Example

White with #ABFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBE7; }

 p { color: rgb(171,251,231); }

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

background-color css

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

 a { background-color: rgb(171,251,231); }

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

border-color css

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

 span { border-color: rgb(171,251,231); }

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