Html Css Color HEX #ADD0CD Sinbad

📋 copy color: '#ADD0CD'

red 173 ◦ green 208 ◦ blue 205

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

Shades of Sinbad #ADD0CD

Tints of Sinbad #ADD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.49%

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

R = 29.52%
G = 35.49%
B = 34.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#ADD0CD (or 0xADD0CD) is known color: Sinbad. HEX triplet: AD, D0 and CD. RGB value is (173,208,205). Sum of RGB (Red+Green+Blue) = 173+208+205=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CD is #522F32. Grayscale: #C5C5C5. Windows color (decimal): -5386035 or 13488301. OLE color: 13488301.

HSL color Cylindrical-coordinate representation of color #ADD0CD: hue angle of 174.86º degrees, saturation: 0.27, 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 #ADD0CD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 205 -
CMYK 0.17 0 0.01 0.18
HSL 174.86º 0.27% 0.75% -
HSV(B) 174.86º 0.17% 0.82% -
XYZ 50.81 58.4 66.35 -
YUV 197.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 173 208 205 0.17 0 0.01 0.18 174.86 0.27 0.75
Hex AD D0 CD 11 0 1 12 AF 1B 4B
Octal 255 320 315 21 0 1 22 257 33 113
Binary 10101101 11010000 11001101 10001 0 1 10010 10101111 11011 1001011

Color Harmonies of #ADD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0CD

Black with #ADD0CD

Text Example


Text Example

White with #ADD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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