Html Css Color HEX #ABE4C0 Fringy Flower

📋 copy color: '#ABE4C0'

red 171 ◦ green 228 ◦ blue 192

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

Shades of Fringy Flower #ABE4C0

Tints of Fringy Flower #ABE4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.58%

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

R = 28.93%
G = 38.58%
B = 32.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#ABE4C0 (or 0xABE4C0) is known color: Fringy Flower. HEX triplet: AB, E4 and C0. RGB value is (171,228,192). Sum of RGB (Red+Green+Blue) = 171+228+192=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4C0 is #541B3F. Grayscale: #CECECE. Windows color (decimal): -5512000 or 12641451. OLE color: 12641451.

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

Color convert

RGB 171 228 192 -
CMYK 0.25 0 0.16 0.11
HSL 142.11º 0.51% 0.78% -
HSV(B) 142.11º 0.25% 0.89% -
XYZ 54.05 67.95 60.14 -
YUV 206.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 171 228 192 0.25 0 0.16 0.11 142.11 0.51 0.78
Hex AB E4 C0 19 0 10 B 8E 33 4E
Octal 253 344 300 31 0 20 13 216 63 116
Binary 10101011 11100100 11000000 11001 0 10000 1011 10001110 110011 1001110

Color Harmonies of #ABE4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE4C0

Black with #ABE4C0

Text Example


Text Example

White with #ABE4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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