Html Css Color HEX #ABEDB6 Fringy Flower

📋 copy color: '#ABEDB6'

red 171 ◦ green 237 ◦ blue 182

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

Shades of Fringy Flower #ABEDB6

Tints of Fringy Flower #ABEDB6

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 value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ABEDB6 (or 0xABEDB6) is known color: 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

RGB 171 237 182 -
CMYK 0.28 0 0.23 0.07
HSL 130º 0.65% 0.8% -
HSV(B) 130º 0.28% 0.93% -
XYZ 55.52 72.6 55.34 -
YUV 211 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 171 237 182 0.28 0 0.23 0.07 130 0.65 0.8
Hex AB ED B6 1C 0 17 7 82 41 50
Octal 253 355 266 34 0 27 7 202 101 120
Binary 10101011 11101101 10110110 11100 0 10111 111 10000010 1000001 1010000

Color Harmonies of #ABEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDB6

Black with #ABEDB6

Text Example


Text Example

White with #ABEDB6

Text Example


Text Example

HTML Codes & Css Web 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>