#60C2CC

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

Shades of Viking #60C2CC

Tints of Viking #60C2CC

Color information

#60C2CC (or 0x60C2CC) is unknown color: approx Viking. HEX triplet: 60, C2 and CC. RGB value is (96,194,204). Sum of RGB (Red+Green+Blue) = 96+194+204=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #60C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2CC is #9F3D33. Grayscale: #A5A5A5. Windows color (decimal): -10435892 or 13419104. OLE color: 13419104.

HSL color Cylindrical-coordinate representation of color #60C2CC: hue angle of 185.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C2CC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96194204-
CMYK0.530.0500.2
HSL185.56º51.43%58.82%-
HSV(B)185.56º52.94%80%-
XYZ35.0145.4364.05-
YUV165.84149.5378.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.43%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=19.43%
G=39.27%
B=41.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961942040.530.0500.2185.5651.4358.82
Hex60C2CC355014ba333b
Octal1403023146550242726373
Binary1100000110000101100110011010110101010010111010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,194,204); }

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

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

 a { background-color: rgb(96,194,204); }

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

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

 span { border-color: rgb(96,194,204); }

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