Html Css Color HEX #ACDFDA Scandal

📋 copy color: '#ACDFDA'

red 172 ◦ green 223 ◦ blue 218

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

Shades of Scandal #ACDFDA

Tints of Scandal #ACDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 28.06%
G = 36.38%
B = 35.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ACDFDA (or 0xACDFDA) is known color: Scandal. HEX triplet: AC, DF and DA. RGB value is (172,223,218). Sum of RGB (Red+Green+Blue) = 172+223+218=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFDA is #532025. Grayscale: #CFCFCF. Windows color (decimal): -5447718 or 14344108. OLE color: 14344108.

HSL color Cylindrical-coordinate representation of color #ACDFDA: hue angle of 174.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFDA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 218 -
CMYK 0.23 0 0.02 0.13
HSL 174.12º 0.44% 0.77% -
HSV(B) 174.12º 0.23% 0.87% -
XYZ 56.06 66.61 76.23 -
YUV 207.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 172 223 218 0.23 0 0.02 0.13 174.12 0.44 0.77
Hex AC DF DA 17 0 2 D AE 2C 4D
Octal 254 337 332 27 0 2 15 256 54 115
Binary 10101100 11011111 11011010 10111 0 10 1101 10101110 101100 1001101

Color Harmonies of #ACDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFDA

Black with #ACDFDA

Text Example


Text Example

White with #ACDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFDA; }

 p { color: rgb(172,223,218); }

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

background-color css

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

 a { background-color: rgb(172,223,218); }

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

border-color css

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

 span { border-color: rgb(172,223,218); }

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