Html Css Color HEX #A0DDCF Scandal

📋 copy color: '#A0DDCF'

red 160 ◦ green 221 ◦ blue 207

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

Shades of Scandal #A0DDCF

Tints of Scandal #A0DDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.2%

R = 27.21%
G = 37.59%
B = 35.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A0DDCF (or 0xA0DDCF) is known color: Scandal. HEX triplet: A0, DD and CF. RGB value is (160,221,207). Sum of RGB (Red+Green+Blue) = 160+221+207=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDCF is #5F2230. Grayscale: #C9C9C9. Windows color (decimal): -6234673 or 13622688. OLE color: 13622688.

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

Color convert

RGB 160 221 207 -
CMYK 0.28 0 0.06 0.13
HSL 166.23º 0.47% 0.75% -
HSV(B) 166.23º 0.28% 0.87% -
XYZ 51.62 63.69 68.6 -
YUV 201.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 160 221 207 0.28 0 0.06 0.13 166.23 0.47 0.75
Hex A0 DD CF 1C 0 6 D A6 2F 4B
Octal 240 335 317 34 0 6 15 246 57 113
Binary 10100000 11011101 11001111 11100 0 110 1101 10100110 101111 1001011

Color Harmonies of #A0DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDCF

Black with #A0DDCF

Text Example


Text Example

White with #A0DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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