Html Css Color HEX #ABE1C1 Fringy Flower

📋 copy color: '#ABE1C1'

red 171 ◦ green 225 ◦ blue 193

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

Shades of Fringy Flower #ABE1C1

Tints of Fringy Flower #ABE1C1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

 BLUE value IS 193 (75.78% from 255) = 32.77%

R = 29.03%
G = 38.2%
B = 32.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#ABE1C1 (or 0xABE1C1) is known color: Fringy Flower. HEX triplet: AB, E1 and C1. RGB value is (171,225,193). Sum of RGB (Red+Green+Blue) = 171+225+193=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1C1 is #541E3E. Grayscale: #CDCDCD. Windows color (decimal): -5512767 or 12706219. OLE color: 12706219.

HSL color Cylindrical-coordinate representation of color #ABE1C1: hue angle of 144.44º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1C1 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 225 193 -
CMYK 0.24 0 0.14 0.12
HSL 144.44º 0.47% 0.78% -
HSV(B) 144.44º 0.24% 0.88% -
XYZ 53.35 66.36 60.45 -
YUV 205.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 171 225 193 0.24 0 0.14 0.12 144.44 0.47 0.78
Hex AB E1 C1 18 0 E C 90 2F 4E
Octal 253 341 301 30 0 16 14 220 57 116
Binary 10101011 11100001 11000001 11000 0 1110 1100 10010000 101111 1001110

Color Harmonies of #ABE1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE1C1

Black with #ABE1C1

Text Example


Text Example

White with #ABE1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE1C1; }

 p { color: rgb(171,225,193); }

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

background-color css

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

 a { background-color: rgb(171,225,193); }

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

border-color css

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

 span { border-color: rgb(171,225,193); }

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