Html Css Color HEX #ACE6B7 Fringy Flower

📋 copy color: '#ACE6B7'

red 172 ◦ green 230 ◦ blue 183

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

Shades of Fringy Flower #ACE6B7

Tints of Fringy Flower #ACE6B7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.32%

 BLUE value IS 183 (71.88% from 255) = 31.28%

R = 29.4%
G = 39.32%
B = 31.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#ACE6B7 (or 0xACE6B7) is known color: Fringy Flower. HEX triplet: AC, E6 and B7. RGB value is (172,230,183). Sum of RGB (Red+Green+Blue) = 172+230+183=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6B7 is #531948. Grayscale: #CFCFCF. Windows color (decimal): -5445961 or 12052140. OLE color: 12052140.

HSL color Cylindrical-coordinate representation of color #ACE6B7: hue angle of 131.38º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6B7 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 183 -
CMYK 0.25 0 0.20 0.10
HSL 131.38º 0.54% 0.79% -
HSV(B) 131.38º 0.25% 0.9% -
XYZ 53.86 68.78 55.24 -
YUV 207.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 172 230 183 0.25 0 0.20 0.10 131.38 0.54 0.79
Hex AC E6 B7 19 0 14 A 83 36 4F
Octal 254 346 267 31 0 24 12 203 66 117
Binary 10101100 11100110 10110111 11001 0 10100 1010 10000011 110110 1001111

Color Harmonies of #ACE6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6B7

Black with #ACE6B7

Text Example


Text Example

White with #ACE6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6B7; }

 p { color: rgb(172,230,183); }

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

background-color css

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

 a { background-color: rgb(172,230,183); }

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

border-color css

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

 span { border-color: rgb(172,230,183); }

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