Html Css Color HEX #ACEABB Fringy Flower

📋 copy color: '#ACEABB'

red 172 ◦ green 234 ◦ blue 187

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

Shades of Fringy Flower #ACEABB

Tints of Fringy Flower #ACEABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 29.01%
G = 39.46%
B = 31.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#ACEABB (or 0xACEABB) is known color: Fringy Flower. HEX triplet: AC, EA and BB. RGB value is (172,234,187). Sum of RGB (Red+Green+Blue) = 172+234+187=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEABB is #531544. Grayscale: #D2D2D2. Windows color (decimal): -5444933 or 12315308. OLE color: 12315308.

HSL color Cylindrical-coordinate representation of color #ACEABB: hue angle of 134.52º 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 #ACEABB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 187 -
CMYK 0.26 0 0.20 0.08
HSL 134.52º 0.6% 0.8% -
HSV(B) 134.52º 0.26% 0.92% -
XYZ 55.41 71.2 57.84 -
YUV 210.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 172 234 187 0.26 0 0.20 0.08 134.52 0.6 0.8
Hex AC EA BB 1A 0 14 8 87 3C 50
Octal 254 352 273 32 0 24 10 207 74 120
Binary 10101100 11101010 10111011 11010 0 10100 1000 10000111 111100 1010000

Color Harmonies of #ACEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEABB

Black with #ACEABB

Text Example


Text Example

White with #ACEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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