Html Css Color HEX #A0DFCC Scandal

📋 copy color: '#A0DFCC'

red 160 ◦ green 223 ◦ blue 204

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

Shades of Scandal #A0DFCC

Tints of Scandal #A0DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 27.26%
G = 37.99%
B = 34.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A0DFCC (or 0xA0DFCC) is known color: Scandal. HEX triplet: A0, DF and CC. RGB value is (160,223,204). Sum of RGB (Red+Green+Blue) = 160+223+204=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFCC is #5F2033. Grayscale: #CACACA. Windows color (decimal): -6234164 or 13426592. OLE color: 13426592.

HSL color Cylindrical-coordinate representation of color #A0DFCC: hue angle of 161.9º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFCC is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 204 -
CMYK 0.28 0 0.09 0.13
HSL 161.9º 0.5% 0.75% -
HSV(B) 161.9º 0.28% 0.87% -
XYZ 51.78 64.61 66.87 -
YUV 202 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 160 223 204 0.28 0 0.09 0.13 161.9 0.5 0.75
Hex A0 DF CC 1C 0 9 D A2 32 4B
Octal 240 337 314 34 0 11 15 242 62 113
Binary 10100000 11011111 11001100 11100 0 1001 1101 10100010 110010 1001011

Color Harmonies of #A0DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFCC

Black with #A0DFCC

Text Example


Text Example

White with #A0DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DFCC; }

 p { color: rgb(160,223,204); }

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

background-color css

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

 a { background-color: rgb(160,223,204); }

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

border-color css

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

 span { border-color: rgb(160,223,204); }

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