Html Css Color HEX #ABE5C0 Fringy Flower

📋 copy color: '#ABE5C0'

red 171 ◦ green 229 ◦ blue 192

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

Shades of Fringy Flower #ABE5C0

Tints of Fringy Flower #ABE5C0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

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

R = 28.89%
G = 38.68%
B = 32.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#ABE5C0 (or 0xABE5C0) is known color: Fringy Flower. HEX triplet: AB, E5 and C0. RGB value is (171,229,192). Sum of RGB (Red+Green+Blue) = 171+229+192=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5C0 is #541A3F. Grayscale: #CFCFCF. Windows color (decimal): -5511744 or 12641707. OLE color: 12641707.

HSL color Cylindrical-coordinate representation of color #ABE5C0: hue angle of 141.72º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5C0 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 229 192 -
CMYK 0.25 0 0.16 0.10
HSL 141.72º 0.53% 0.78% -
HSV(B) 141.72º 0.25% 0.9% -
XYZ 54.33 68.5 60.23 -
YUV 207.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 171 229 192 0.25 0 0.16 0.10 141.72 0.53 0.78
Hex AB E5 C0 19 0 10 A 8E 35 4E
Octal 253 345 300 31 0 20 12 216 65 116
Binary 10101011 11100101 11000000 11001 0 10000 1010 10001110 110101 1001110

Color Harmonies of #ABE5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE5C0

Black with #ABE5C0

Text Example


Text Example

White with #ABE5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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