Html Css Color HEX #A0D5CD Sinbad

📋 copy color: '#A0D5CD'

red 160 ◦ green 213 ◦ blue 205

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

Shades of Sinbad #A0D5CD

Tints of Sinbad #A0D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

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

R = 27.68%
G = 36.85%
B = 35.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A0D5CD (or 0xA0D5CD) is known color: Sinbad. HEX triplet: A0, D5 and CD. RGB value is (160,213,205). Sum of RGB (Red+Green+Blue) = 160+213+205=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5CD is #5F2A32. Grayscale: #C4C4C4. Windows color (decimal): -6236723 or 13489568. OLE color: 13489568.

HSL color Cylindrical-coordinate representation of color #A0D5CD: hue angle of 170.94º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5CD is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 205 -
CMYK 0.25 0 0.04 0.16
HSL 170.94º 0.39% 0.73% -
HSV(B) 170.94º 0.25% 0.84% -
XYZ 49.31 59.47 66.64 -
YUV 196.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 160 213 205 0.25 0 0.04 0.16 170.94 0.39 0.73
Hex A0 D5 CD 19 0 4 10 AB 27 49
Octal 240 325 315 31 0 4 20 253 47 111
Binary 10100000 11010101 11001101 11001 0 100 10000 10101011 100111 1001001

Color Harmonies of #A0D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D5CD

Black with #A0D5CD

Text Example


Text Example

White with #A0D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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