#ABEDB6

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

Shades of Fringy Flower #ABEDB6

Tints of Fringy Flower #ABEDB6

Color information

#ABEDB6 (or 0xABEDB6) is unknown color: approx Fringy Flower. HEX triplet: AB, ED and B6. RGB value is (171,237,182). Sum of RGB (Red+Green+Blue) = 171+237+182=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDB6 is #541249. Grayscale: #D3D3D3. Windows color (decimal): -5509706 or 11988395. OLE color: 11988395.

HSL color Cylindrical-coordinate representation of color #ABEDB6: hue angle of 130º 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 #ABEDB6 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB171237182-
CMYK0.2800.230.07
HSL130º64.71%80%-
HSV(B)130º27.85%92.94%-
XYZ55.5272.655.34-
YUV211111.6399.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=28.98%
G=40.17%
B=30.85%

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
Decimal1712371820.2800.230.0713064.7180
HexABEDB61C0177824150
Octal253355266340277202101120
Binary101010111110110110110110111000101111111000001010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDB6; }

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

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

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

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

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

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

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

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