#60BBC6

Color #60BBC6 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #60BBC6

Tints of Viking #60BBC6

Color information

#60BBC6 (or 0x60BBC6) is unknown color: approx Viking. HEX triplet: 60, BB and C6. RGB value is (96,187,198). Sum of RGB (Red+Green+Blue) = 96+187+198=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #60BBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBC6 is #9F4439. Grayscale: #A0A0A0. Windows color (decimal): -10437690 or 13024096. OLE color: 13024096.

HSL color Cylindrical-coordinate representation of color #60BBC6: hue angle of 186.47º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BBC6 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96187198-
CMYK0.520.0600.22
HSL186.47º47.22%57.65%-
HSV(B)186.47º51.52%77.65%-
XYZ32.7942.159.83-
YUV161.04148.8581.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.96%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 198 (77.73% from 255) = 41.16%
R=19.96%
G=38.88%
B=41.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961871980.520.0600.22186.4747.2257.65
Hex60BBC6346016ba2f3a
Octal1402733066460262725772
Binary1100000101110111100011011010011001011010111010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BBC6; }

 p { color: rgb(96,187,198); }

 H1.HeaderClassName
 {
   color: #60BBC6;
 }
 .AnyTagClassName
 {
   color: #60BBC6;
 }
</style>
background-color css

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

 a { background-color: rgb(96,187,198); }

 div.DivClassName
 {
   background-color: #60BBC6;
 }
 .BgClassName
 {
   background-color: #60BBC6;
 }
</style>
border-color css

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

 span { border-color: rgb(96,187,198); }

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