Html Css Color HEX #ACDCBC Fringy Flower

📋 copy color: '#ACDCBC'

red 172 ◦ green 220 ◦ blue 188

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

Shades of Fringy Flower #ACDCBC

Tints of Fringy Flower #ACDCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 29.66%
G = 37.93%
B = 32.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#ACDCBC (or 0xACDCBC) is known color: Fringy Flower. HEX triplet: AC, DC and BC. RGB value is (172,220,188). Sum of RGB (Red+Green+Blue) = 172+220+188=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCBC is #532343. Grayscale: #CACACA. Windows color (decimal): -5448516 or 12377260. OLE color: 12377260.

HSL color Cylindrical-coordinate representation of color #ACDCBC: hue angle of 140º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCBC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 188 -
CMYK 0.22 0 0.15 0.14
HSL 140º 0.41% 0.77% -
HSV(B) 140º 0.22% 0.86% -
XYZ 51.68 63.59 57.13 -
YUV 202 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 172 220 188 0.22 0 0.15 0.14 140 0.41 0.77
Hex AC DC BC 16 0 F E 8C 29 4D
Octal 254 334 274 26 0 17 16 214 51 115
Binary 10101100 11011100 10111100 10110 0 1111 1110 10001100 101001 1001101

Color Harmonies of #ACDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCBC

Black with #ACDCBC

Text Example


Text Example

White with #ACDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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