Html Css Color HEX #A0CBC5 Sinbad

📋 copy color: '#A0CBC5'

red 160 ◦ green 203 ◦ blue 197

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

Shades of Sinbad #A0CBC5

Tints of Sinbad #A0CBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

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

R = 28.57%
G = 36.25%
B = 35.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#A0CBC5 (or 0xA0CBC5) is known color: Sinbad. HEX triplet: A0, CB and C5. RGB value is (160,203,197). Sum of RGB (Red+Green+Blue) = 160+203+197=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC5 is #5F343A. Grayscale: #BDBDBD. Windows color (decimal): -6239291 or 12962720. OLE color: 12962720.

HSL color Cylindrical-coordinate representation of color #A0CBC5: hue angle of 171.63º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBC5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 197 -
CMYK 0.21 0 0.03 0.20
HSL 171.63º 0.29% 0.71% -
HSV(B) 171.63º 0.21% 0.8% -
XYZ 45.93 54.22 60.87 -
YUV 189.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 160 203 197 0.21 0 0.03 0.20 171.63 0.29 0.71
Hex A0 CB C5 15 0 3 14 AC 1D 47
Octal 240 313 305 25 0 3 24 254 35 107
Binary 10100000 11001011 11000101 10101 0 11 10100 10101100 11101 1000111

Color Harmonies of #A0CBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBC5

Black with #A0CBC5

Text Example


Text Example

White with #A0CBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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