Html Css Color HEX #ACEABE Fringy Flower

📋 copy color: '#ACEABE'

red 172 ◦ green 234 ◦ blue 190

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

Shades of Fringy Flower #ACEABE

Tints of Fringy Flower #ACEABE

RGB

 RED value IS 172 (67.58% from 255) = 28.86%

 GREEN value IS 234 (91.8% from 255) = 39.26%

 BLUE value IS 190 (74.61% from 255) = 31.88%

R = 28.86%
G = 39.26%
B = 31.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#ACEABE (or 0xACEABE) is known color: Fringy Flower. HEX triplet: AC, EA and BE. RGB value is (172,234,190). Sum of RGB (Red+Green+Blue) = 172+234+190=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEABE is #531541. Grayscale: #D2D2D2. Windows color (decimal): -5444930 or 12511916. OLE color: 12511916.

HSL color Cylindrical-coordinate representation of color #ACEABE: hue angle of 137.42º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEABE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 190 -
CMYK 0.26 0 0.19 0.08
HSL 137.42º 0.6% 0.8% -
HSV(B) 137.42º 0.26% 0.92% -
XYZ 55.73 71.33 59.55 -
YUV 210.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 172 234 190 0.26 0 0.19 0.08 137.42 0.6 0.8
Hex AC EA BE 1A 0 13 8 89 3C 50
Octal 254 352 276 32 0 23 10 211 74 120
Binary 10101100 11101010 10111110 11010 0 10011 1000 10001001 111100 1010000

Color Harmonies of #ACEABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEABE

Black with #ACEABE

Text Example


Text Example

White with #ACEABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEABE; }

 p { color: rgb(172,234,190); }

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

background-color css

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

 a { background-color: rgb(172,234,190); }

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

border-color css

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

 span { border-color: rgb(172,234,190); }

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