Html Css Color HEX #ACD5C8 Scandal

📋 copy color: '#ACD5C8'

red 172 ◦ green 213 ◦ blue 200

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

Shades of Scandal #ACD5C8

Tints of Scandal #ACD5C8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 200 (78.52% from 255) = 34.19%

R = 29.4%
G = 36.41%
B = 34.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#ACD5C8 (or 0xACD5C8) is known color: Scandal. HEX triplet: AC, D5 and C8. RGB value is (172,213,200). Sum of RGB (Red+Green+Blue) = 172+213+200=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C8 is #532A37. Grayscale: #C7C7C7. Windows color (decimal): -5450296 or 13161900. OLE color: 13161900.

HSL color Cylindrical-coordinate representation of color #ACD5C8: hue angle of 160.98º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5C8 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 200 -
CMYK 0.19 0 0.06 0.16
HSL 160.98º 0.33% 0.75% -
HSV(B) 160.98º 0.19% 0.84% -
XYZ 51.23 60.53 63.63 -
YUV 199.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 172 213 200 0.19 0 0.06 0.16 160.98 0.33 0.75
Hex AC D5 C8 13 0 6 10 A1 21 4B
Octal 254 325 310 23 0 6 20 241 41 113
Binary 10101100 11010101 11001000 10011 0 110 10000 10100001 100001 1001011

Color Harmonies of #ACD5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5C8

Black with #ACD5C8

Text Example


Text Example

White with #ACD5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5C8; }

 p { color: rgb(172,213,200); }

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

background-color css

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

 a { background-color: rgb(172,213,200); }

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

border-color css

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

 span { border-color: rgb(172,213,200); }

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