Html Css Color HEX #A0CAC5 Sinbad

📋 copy color: '#A0CAC5'

red 160 ◦ green 202 ◦ blue 197

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

Shades of Sinbad #A0CAC5

Tints of Sinbad #A0CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 28.62%
G = 36.14%
B = 35.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#A0CAC5 (or 0xA0CAC5) is known color: Sinbad. HEX triplet: A0, CA and C5. RGB value is (160,202,197). Sum of RGB (Red+Green+Blue) = 160+202+197=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC5 is #5F353A. Grayscale: #BCBCBC. Windows color (decimal): -6239547 or 12962464. OLE color: 12962464.

HSL color Cylindrical-coordinate representation of color #A0CAC5: hue angle of 172.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 197 -
CMYK 0.21 0 0.02 0.21
HSL 172.86º 0.28% 0.71% -
HSV(B) 172.86º 0.21% 0.79% -
XYZ 45.7 53.75 60.79 -
YUV 188.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 160 202 197 0.21 0 0.02 0.21 172.86 0.28 0.71
Hex A0 CA C5 15 0 2 15 AD 1C 47
Octal 240 312 305 25 0 2 25 255 34 107
Binary 10100000 11001010 11000101 10101 0 10 10101 10101101 11100 1000111

Color Harmonies of #A0CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CAC5

Black with #A0CAC5

Text Example


Text Example

White with #A0CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CAC5; }

 p { color: rgb(160,202,197); }

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

background-color css

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

 a { background-color: rgb(160,202,197); }

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

border-color css

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

 span { border-color: rgb(160,202,197); }

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