Html Css Color HEX #A0DCC6 Scandal

📋 copy color: '#A0DCC6'

red 160 ◦ green 220 ◦ blue 198

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

Shades of Scandal #A0DCC6

Tints of Scandal #A0DCC6

RGB

 RED value IS 160 (62.89% from 255) = 27.68%

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

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 27.68%
G = 38.06%
B = 34.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#A0DCC6 (or 0xA0DCC6) is known color: Scandal. HEX triplet: A0, DC and C6. RGB value is (160,220,198). Sum of RGB (Red+Green+Blue) = 160+220+198=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCC6 is #5F2339. Grayscale: #C7C7C7. Windows color (decimal): -6234938 or 13032608. OLE color: 13032608.

HSL color Cylindrical-coordinate representation of color #A0DCC6: hue angle of 158º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCC6 is Cyan = 0.27, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 198 -
CMYK 0.27 0 0.1 0.14
HSL 158º 0.46% 0.75% -
HSV(B) 158º 0.27% 0.86% -
XYZ 50.28 62.74 62.89 -
YUV 199.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 160 220 198 0.27 0 0.1 0.14 158 0.46 0.75
Hex A0 DC C6 1B 0 A E 9E 2E 4B
Octal 240 334 306 33 0 12 16 236 56 113
Binary 10100000 11011100 11000110 11011 0 1010 1110 10011110 101110 1001011

Color Harmonies of #A0DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCC6

Black with #A0DCC6

Text Example


Text Example

White with #A0DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCC6; }

 p { color: rgb(160,220,198); }

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

background-color css

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

 a { background-color: rgb(160,220,198); }

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

border-color css

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

 span { border-color: rgb(160,220,198); }

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