Html Css Color HEX #ADD1CD Sinbad

📋 copy color: '#ADD1CD'

red 173 ◦ green 209 ◦ blue 205

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

Shades of Sinbad #ADD1CD

Tints of Sinbad #ADD1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.6%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 29.47%
G = 35.6%
B = 34.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#ADD1CD (or 0xADD1CD) is known color: Sinbad. HEX triplet: AD, D1 and CD. RGB value is (173,209,205). Sum of RGB (Red+Green+Blue) = 173+209+205=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1CD is #522E32. Grayscale: #C5C5C5. Windows color (decimal): -5385779 or 13488557. OLE color: 13488557.

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

Color convert

RGB 173 209 205 -
CMYK 0.17 0 0.02 0.18
HSL 173.33º 0.28% 0.75% -
HSV(B) 173.33º 0.17% 0.82% -
XYZ 51.05 58.89 66.43 -
YUV 197.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 173 209 205 0.17 0 0.02 0.18 173.33 0.28 0.75
Hex AD D1 CD 11 0 2 12 AD 1C 4B
Octal 255 321 315 21 0 2 22 255 34 113
Binary 10101101 11010001 11001101 10001 0 10 10010 10101101 11100 1001011

Color Harmonies of #ADD1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1CD

Black with #ADD1CD

Text Example


Text Example

White with #ADD1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1CD; }

 p { color: rgb(173,209,205); }

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

background-color css

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

 a { background-color: rgb(173,209,205); }

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

border-color css

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

 span { border-color: rgb(173,209,205); }

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