Html Css Color HEX #A0CBC6 Sinbad

📋 copy color: '#A0CBC6'

red 160 ◦ green 203 ◦ blue 198

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

Shades of Sinbad #A0CBC6

Tints of Sinbad #A0CBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 28.52%
G = 36.19%
B = 35.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#A0CBC6 (or 0xA0CBC6) is known color: Sinbad. HEX triplet: A0, CB and C6. RGB value is (160,203,198). Sum of RGB (Red+Green+Blue) = 160+203+198=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC6 is #5F3439. Grayscale: #BDBDBD. Windows color (decimal): -6239290 or 13028256. OLE color: 13028256.

HSL color Cylindrical-coordinate representation of color #A0CBC6: hue angle of 173.02º 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 #A0CBC6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 198 -
CMYK 0.21 0 0.02 0.20
HSL 173.02º 0.29% 0.71% -
HSV(B) 173.02º 0.21% 0.8% -
XYZ 46.05 54.26 61.47 -
YUV 189.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 160 203 198 0.21 0 0.02 0.20 173.02 0.29 0.71
Hex A0 CB C6 15 0 2 14 AD 1D 47
Octal 240 313 306 25 0 2 24 255 35 107
Binary 10100000 11001011 11000110 10101 0 10 10100 10101101 11101 1000111

Color Harmonies of #A0CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBC6

Black with #A0CBC6

Text Example


Text Example

White with #A0CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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