Html Css Color HEX #ABEDC0 Fringy Flower

📋 copy color: '#ABEDC0'

red 171 ◦ green 237 ◦ blue 192

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

Shades of Fringy Flower #ABEDC0

Tints of Fringy Flower #ABEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.5%

 BLUE value IS 192 (75.39% from 255) = 32%

R = 28.5%
G = 39.5%
B = 32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ABEDC0 (or 0xABEDC0) is known color: Fringy Flower. HEX triplet: AB, ED and C0. RGB value is (171,237,192). Sum of RGB (Red+Green+Blue) = 171+237+192=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDC0 is #54123F. Grayscale: #D4D4D4. Windows color (decimal): -5509696 or 12643755. OLE color: 12643755.

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

Color convert

RGB 171 237 192 -
CMYK 0.28 0 0.19 0.07
HSL 139.09º 0.65% 0.8% -
HSV(B) 139.09º 0.28% 0.93% -
XYZ 56.59 73.03 60.98 -
YUV 212.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 171 237 192 0.28 0 0.19 0.07 139.09 0.65 0.8
Hex AB ED C0 1C 0 13 7 8B 41 50
Octal 253 355 300 34 0 23 7 213 101 120
Binary 10101011 11101101 11000000 11100 0 10011 111 10001011 1000001 1010000

Color Harmonies of #ABEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDC0

Black with #ABEDC0

Text Example


Text Example

White with #ABEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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