Html Css Color HEX #A6CCC6 Sinbad

📋 copy color: '#A6CCC6'

red 166 ◦ green 204 ◦ blue 198

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

Shades of Sinbad #A6CCC6

Tints of Sinbad #A6CCC6

RGB

 RED value IS 166 (65.23% from 255) = 29.23%

 GREEN value IS 204 (80.08% from 255) = 35.92%

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

R = 29.23%
G = 35.92%
B = 34.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#A6CCC6 (or 0xA6CCC6) is known color: Sinbad. HEX triplet: A6, CC and C6. RGB value is (166,204,198). Sum of RGB (Red+Green+Blue) = 166+204+198=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCC6 is #593339. Grayscale: #BFBFBF. Windows color (decimal): -5845818 or 13028518. OLE color: 13028518.

HSL color Cylindrical-coordinate representation of color #A6CCC6: hue angle of 170.53º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCC6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 198 -
CMYK 0.19 0 0.03 0.2
HSL 170.53º 0.27% 0.73% -
HSV(B) 170.53º 0.19% 0.8% -
XYZ 47.51 55.37 61.61 -
YUV 191.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 166 204 198 0.19 0 0.03 0.2 170.53 0.27 0.73
Hex A6 CC C6 13 0 3 14 AB 1B 49
Octal 246 314 306 23 0 3 24 253 33 111
Binary 10100110 11001100 11000110 10011 0 11 10100 10101011 11011 1001001

Color Harmonies of #A6CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCC6

Black with #A6CCC6

Text Example


Text Example

White with #A6CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCC6; }

 p { color: rgb(166,204,198); }

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

background-color css

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

 a { background-color: rgb(166,204,198); }

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

border-color css

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

 span { border-color: rgb(166,204,198); }

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