Html Css Color HEX #ABECC0 Fringy Flower

📋 copy color: '#ABECC0'

red 171 ◦ green 236 ◦ blue 192

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

Shades of Fringy Flower #ABECC0

Tints of Fringy Flower #ABECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.4%

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

R = 28.55%
G = 39.4%
B = 32.05%

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

#ABECC0 (or 0xABECC0) is known color: Fringy Flower. HEX triplet: AB, EC and C0. RGB value is (171,236,192). Sum of RGB (Red+Green+Blue) = 171+236+192=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECC0 is #54133F. Grayscale: #D3D3D3. Windows color (decimal): -5509952 or 12643499. OLE color: 12643499.

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

Color convert

RGB 171 236 192 -
CMYK 0.28 0 0.19 0.07
HSL 139.38º 0.63% 0.8% -
HSV(B) 139.38º 0.28% 0.93% -
XYZ 56.3 72.45 60.89 -
YUV 211.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 171 236 192 0.28 0 0.19 0.07 139.38 0.63 0.8
Hex AB EC C0 1C 0 13 7 8B 3F 50
Octal 253 354 300 34 0 23 7 213 77 120
Binary 10101011 11101100 11000000 11100 0 10011 111 10001011 111111 1010000

Color Harmonies of #ABECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECC0

Black with #ABECC0

Text Example


Text Example

White with #ABECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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