#60B4C4

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

Shades of Viking #60B4C4

Tints of Viking #60B4C4

Color information

#60B4C4 (or 0x60B4C4) is unknown color: approx Viking. HEX triplet: 60, B4 and C4. RGB value is (96,180,196). Sum of RGB (Red+Green+Blue) = 96+180+196=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #60B4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4C4 is #9F4B3B. Grayscale: #9C9C9C. Windows color (decimal): -10439484 or 12891232. OLE color: 12891232.

HSL color Cylindrical-coordinate representation of color #60B4C4: hue angle of 189.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B4C4 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB96180196-
CMYK0.510.0800.23
HSL189.6º45.87%57.25%-
HSV(B)189.6º51.02%76.86%-
XYZ31.1139.1158.13-
YUV156.71150.1784.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.34%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=20.34%
G=38.14%
B=41.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal961801960.510.0800.23189.645.8757.25
Hex60B4C4338017be2e39
Octal14026430463100272765671
Binary11000001011010011000100110011100001011110111110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,196); }

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

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

 a { background-color: rgb(96,180,196); }

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

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

 span { border-color: rgb(96,180,196); }

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