#60B2C3

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

Shades of Viking #60B2C3

Tints of Viking #60B2C3

Color information

#60B2C3 (or 0x60B2C3) is unknown color: approx Viking. HEX triplet: 60, B2 and C3. RGB value is (96,178,195). Sum of RGB (Red+Green+Blue) = 96+178+195=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #60B2C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2C3 is #9F4D3C. Grayscale: #9B9B9B. Windows color (decimal): -10439997 or 12825184. OLE color: 12825184.

HSL color Cylindrical-coordinate representation of color #60B2C3: hue angle of 190.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B2C3 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96178195-
CMYK0.510.0900.24
HSL190.3º45.21%57.06%-
HSV(B)190.3º50.77%76.47%-
XYZ30.5938.2757.4-
YUV155.42150.3385.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.47%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=20.47%
G=37.95%
B=41.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961781950.510.0900.24190.345.2157.06
Hex60B2C3339018be2d39
Octal14026230363110302765571
Binary11000001011001011000011110011100101100010111110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,178,195); }

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

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

 a { background-color: rgb(96,178,195); }

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

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

 span { border-color: rgb(96,178,195); }

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