#60C4CD

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

Shades of Viking #60C4CD

Tints of Viking #60C4CD

Color information

#60C4CD (or 0x60C4CD) is unknown color: approx Viking. HEX triplet: 60, C4 and CD. RGB value is (96,196,205). Sum of RGB (Red+Green+Blue) = 96+196+205=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #60C4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C4CD is #9F3B32. Grayscale: #A6A6A6. Windows color (decimal): -10435379 or 13485152. OLE color: 13485152.

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

Color convert

RGB96196205-
CMYK0.530.0400.20
HSL184.95º52.15%59.02%-
HSV(B)184.95º53.17%80.39%-
XYZ35.5846.3764.83-
YUV167.13149.3777.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=19.32%
G=39.44%
B=41.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961962050.530.0400.20184.9552.1559.02
Hex60C4CD354014b9343b
Octal1403043156540242716473
Binary1100000110001001100110111010110001010010111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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