Html Css Color HEX #A0DDC9 Scandal

📋 copy color: '#A0DDC9'

red 160 ◦ green 221 ◦ blue 201

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

Shades of Scandal #A0DDC9

Tints of Scandal #A0DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 27.49%
G = 37.97%
B = 34.54%

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

#A0DDC9 (or 0xA0DDC9) is known color: Scandal. HEX triplet: A0, DD and C9. RGB value is (160,221,201). Sum of RGB (Red+Green+Blue) = 160+221+201=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDC9 is #5F2236. Grayscale: #C8C8C8. Windows color (decimal): -6234679 or 13229472. OLE color: 13229472.

HSL color Cylindrical-coordinate representation of color #A0DDC9: hue angle of 160.33º degrees, saturation: 0.47, 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 #A0DDC9 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 201 -
CMYK 0.28 0 0.09 0.13
HSL 160.33º 0.47% 0.75% -
HSV(B) 160.33º 0.28% 0.87% -
XYZ 50.9 63.4 64.81 -
YUV 200.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 160 221 201 0.28 0 0.09 0.13 160.33 0.47 0.75
Hex A0 DD C9 1C 0 9 D A0 2F 4B
Octal 240 335 311 34 0 11 15 240 57 113
Binary 10100000 11011101 11001001 11100 0 1001 1101 10100000 101111 1001011

Color Harmonies of #A0DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDC9

Black with #A0DDC9

Text Example


Text Example

White with #A0DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDC9; }

 p { color: rgb(160,221,201); }

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

background-color css

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

 a { background-color: rgb(160,221,201); }

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

border-color css

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

 span { border-color: rgb(160,221,201); }

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