Html Css Color HEX #ACECBC Fringy Flower

📋 copy color: '#ACECBC'

red 172 ◦ green 236 ◦ blue 188

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

Shades of Fringy Flower #ACECBC

Tints of Fringy Flower #ACECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 28.86%
G = 39.6%
B = 31.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ACECBC (or 0xACECBC) is known color: Fringy Flower. HEX triplet: AC, EC and BC. RGB value is (172,236,188). Sum of RGB (Red+Green+Blue) = 172+236+188=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECBC is #531343. Grayscale: #D3D3D3. Windows color (decimal): -5444420 or 12381356. OLE color: 12381356.

HSL color Cylindrical-coordinate representation of color #ACECBC: hue angle of 135º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECBC is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 188 -
CMYK 0.27 0 0.20 0.07
HSL 135º 0.63% 0.8% -
HSV(B) 135º 0.27% 0.93% -
XYZ 56.09 72.39 58.59 -
YUV 211.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 172 236 188 0.27 0 0.20 0.07 135 0.63 0.8
Hex AC EC BC 1B 0 14 7 87 3F 50
Octal 254 354 274 33 0 24 7 207 77 120
Binary 10101100 11101100 10111100 11011 0 10100 111 10000111 111111 1010000

Color Harmonies of #ACECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECBC

Black with #ACECBC

Text Example


Text Example

White with #ACECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECBC; }

 p { color: rgb(172,236,188); }

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

background-color css

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

 a { background-color: rgb(172,236,188); }

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

border-color css

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

 span { border-color: rgb(172,236,188); }

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