Html Css Color HEX #ACF0C0 Fringy Flower

📋 copy color: '#ACF0C0'

red 172 ◦ green 240 ◦ blue 192

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

Shades of Fringy Flower #ACF0C0

Tints of Fringy Flower #ACF0C0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.74%

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

R = 28.48%
G = 39.74%
B = 31.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#ACF0C0 (or 0xACF0C0) is known color: Fringy Flower. HEX triplet: AC, F0 and C0. RGB value is (172,240,192). Sum of RGB (Red+Green+Blue) = 172+240+192=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0C0 is #530F3F. Grayscale: #D6D6D6. Windows color (decimal): -5443392 or 12644524. OLE color: 12644524.

HSL color Cylindrical-coordinate representation of color #ACF0C0: hue angle of 137.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0C0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 192 -
CMYK 0.28 0 0.20 0.06
HSL 137.65º 0.69% 0.81% -
HSV(B) 137.65º 0.28% 0.94% -
XYZ 57.69 74.9 61.29 -
YUV 214.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 172 240 192 0.28 0 0.20 0.06 137.65 0.69 0.81
Hex AC F0 C0 1C 0 14 6 8A 45 51
Octal 254 360 300 34 0 24 6 212 105 121
Binary 10101100 11110000 11000000 11100 0 10100 110 10001010 1000101 1010001

Color Harmonies of #ACF0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0C0

Black with #ACF0C0

Text Example


Text Example

White with #ACF0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0C0; }

 p { color: rgb(172,240,192); }

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

background-color css

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

 a { background-color: rgb(172,240,192); }

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

border-color css

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

 span { border-color: rgb(172,240,192); }

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