Html Css Color HEX #ABE2C0 Fringy Flower

📋 copy color: '#ABE2C0'

red 171 ◦ green 226 ◦ blue 192

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

Shades of Fringy Flower #ABE2C0

Tints of Fringy Flower #ABE2C0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

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

R = 29.03%
G = 38.37%
B = 32.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#ABE2C0 (or 0xABE2C0) is known color: Fringy Flower. HEX triplet: AB, E2 and C0. RGB value is (171,226,192). Sum of RGB (Red+Green+Blue) = 171+226+192=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2C0 is #541D3F. Grayscale: #CDCDCD. Windows color (decimal): -5512512 or 12640939. OLE color: 12640939.

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

Color convert

RGB 171 226 192 -
CMYK 0.24 0 0.15 0.11
HSL 142.91º 0.49% 0.78% -
HSV(B) 142.91º 0.24% 0.89% -
XYZ 53.51 66.86 59.95 -
YUV 205.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 171 226 192 0.24 0 0.15 0.11 142.91 0.49 0.78
Hex AB E2 C0 18 0 F B 8F 31 4E
Octal 253 342 300 30 0 17 13 217 61 116
Binary 10101011 11100010 11000000 11000 0 1111 1011 10001111 110001 1001110

Color Harmonies of #ABE2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE2C0

Black with #ABE2C0

Text Example


Text Example

White with #ABE2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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