Html Css Color HEX #ADD4CA Scandal

📋 copy color: '#ADD4CA'

red 173 ◦ green 212 ◦ blue 202

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

Shades of Scandal #ADD4CA

Tints of Scandal #ADD4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

 BLUE value IS 202 (79.3% from 255) = 34.41%

R = 29.47%
G = 36.12%
B = 34.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#ADD4CA (or 0xADD4CA) is known color: Scandal. HEX triplet: AD, D4 and CA. RGB value is (173,212,202). Sum of RGB (Red+Green+Blue) = 173+212+202=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CA is #522B35. Grayscale: #C7C7C7. Windows color (decimal): -5385014 or 13292717. OLE color: 13292717.

HSL color Cylindrical-coordinate representation of color #ADD4CA: hue angle of 164.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4CA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 202 -
CMYK 0.18 0 0.05 0.17
HSL 164.62º 0.31% 0.75% -
HSV(B) 164.62º 0.18% 0.83% -
XYZ 51.44 60.24 64.79 -
YUV 199.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 173 212 202 0.18 0 0.05 0.17 164.62 0.31 0.75
Hex AD D4 CA 12 0 5 11 A5 1F 4B
Octal 255 324 312 22 0 5 21 245 37 113
Binary 10101101 11010100 11001010 10010 0 101 10001 10100101 11111 1001011

Color Harmonies of #ADD4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4CA

Black with #ADD4CA

Text Example


Text Example

White with #ADD4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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