Html Css Color HEX #A0D0CD Sinbad

📋 copy color: '#A0D0CD'

red 160 ◦ green 208 ◦ blue 205

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

Shades of Sinbad #A0D0CD

Tints of Sinbad #A0D0CD

RGB

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

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

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

R = 27.92%
G = 36.3%
B = 35.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#A0D0CD (or 0xA0D0CD) is known color: Sinbad. HEX triplet: A0, D0 and CD. RGB value is (160,208,205). Sum of RGB (Red+Green+Blue) = 160+208+205=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0CD is #5F2F32. Grayscale: #C1C1C1. Windows color (decimal): -6238003 or 13488288. OLE color: 13488288.

HSL color Cylindrical-coordinate representation of color #A0D0CD: hue angle of 176.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0CD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 205 -
CMYK 0.23 0 0.01 0.18
HSL 176.25º 0.34% 0.72% -
HSV(B) 176.25º 0.23% 0.82% -
XYZ 48.07 56.99 66.22 -
YUV 193.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 160 208 205 0.23 0 0.01 0.18 176.25 0.34 0.72
Hex A0 D0 CD 17 0 1 12 B0 22 48
Octal 240 320 315 27 0 1 22 260 42 110
Binary 10100000 11010000 11001101 10111 0 1 10010 10110000 100010 1001000

Color Harmonies of #A0D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D0CD

Black with #A0D0CD

Text Example


Text Example

White with #A0D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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