#60C2CD

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

Shades of Viking #60C2CD

Tints of Viking #60C2CD

Color information

#60C2CD (or 0x60C2CD) is unknown color: approx Viking. HEX triplet: 60, C2 and CD. RGB value is (96,194,205). Sum of RGB (Red+Green+Blue) = 96+194+205=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #60C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2CD is #9F3D32. Grayscale: #A5A5A5. Windows color (decimal): -10435891 or 13484640. OLE color: 13484640.

HSL color Cylindrical-coordinate representation of color #60C2CD: hue angle of 186.06º degrees, saturation: 0.52, 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 #60C2CD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96194205-
CMYK0.530.0500.20
HSL186.06º52.15%59.02%-
HSV(B)186.06º53.17%80.39%-
XYZ35.1445.4864.68-
YUV165.95150.0378.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.39%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=19.39%
G=39.19%
B=41.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961942050.530.0500.20186.0652.1559.02
Hex60C2CD355014ba343b
Octal1403023156550242726473
Binary1100000110000101100110111010110101010010111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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