#ABEDB7

Color #ABEDB7 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ABEDB7

Tints of Fringy Flower #ABEDB7

Color information

#ABEDB7 (or 0xABEDB7) is unknown color: approx Fringy Flower. HEX triplet: AB, ED and B7. RGB value is (171,237,183). Sum of RGB (Red+Green+Blue) = 171+237+183=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDB7 is #541248. Grayscale: #D3D3D3. Windows color (decimal): -5509705 or 12053931. OLE color: 12053931.

HSL color Cylindrical-coordinate representation of color #ABEDB7: hue angle of 130.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDB7 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB171237183-
CMYK0.2800.230.07
HSL130.91º64.71%80%-
HSV(B)130.91º27.85%92.94%-
XYZ55.6372.6555.89-
YUV211.11112.1399.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=28.93%
G=40.10%
B=30.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712371830.2800.230.07130.9164.7180
HexABEDB71C0177834150
Octal253355267340277203101120
Binary101010111110110110110111111000101111111000001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDB7; }

 p { color: rgb(171,237,183); }

 H1.HeaderClassName
 {
   color: #ABEDB7;
 }
 .AnyTagClassName
 {
   color: #ABEDB7;
 }
</style>
background-color css

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

 a { background-color: rgb(171,237,183); }

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

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

 span { border-color: rgb(171,237,183); }

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