Html Css Color HEX #ADD9D4 Scandal

📋 copy color: '#ADD9D4'

red 173 ◦ green 217 ◦ blue 212

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

Shades of Scandal #ADD9D4

Tints of Scandal #ADD9D4

RGB

 RED value IS 173 (67.97% from 255) = 28.74%

 GREEN value IS 217 (85.16% from 255) = 36.05%

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 28.74%
G = 36.05%
B = 35.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#ADD9D4 (or 0xADD9D4) is known color: Scandal. HEX triplet: AD, D9 and D4. RGB value is (173,217,212). Sum of RGB (Red+Green+Blue) = 173+217+212=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9D4 is #52262B. Grayscale: #CBCBCB. Windows color (decimal): -5383724 or 13949357. OLE color: 13949357.

HSL color Cylindrical-coordinate representation of color #ADD9D4: hue angle of 173.18º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9D4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 212 -
CMYK 0.20 0 0.02 0.15
HSL 173.18º 0.37% 0.76% -
HSV(B) 173.18º 0.2% 0.85% -
XYZ 53.93 63.26 71.66 -
YUV 203.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 173 217 212 0.20 0 0.02 0.15 173.18 0.37 0.76
Hex AD D9 D4 14 0 2 F AD 25 4C
Octal 255 331 324 24 0 2 17 255 45 114
Binary 10101101 11011001 11010100 10100 0 10 1111 10101101 100101 1001100

Color Harmonies of #ADD9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9D4

Black with #ADD9D4

Text Example


Text Example

White with #ADD9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9D4; }

 p { color: rgb(173,217,212); }

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

background-color css

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

 a { background-color: rgb(173,217,212); }

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

border-color css

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

 span { border-color: rgb(173,217,212); }

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