#5FC3CD

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

Shades of Viking #5FC3CD

Tints of Viking #5FC3CD

Color information

#5FC3CD (or 0x5FC3CD) is unknown color: approx Viking. HEX triplet: 5F, C3 and CD. RGB value is (95,195,205). Sum of RGB (Red+Green+Blue) = 95+195+205=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 195 (76.56% from 255 or 39.39% 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 #5FC3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3CD is #A03C32. Grayscale: #A6A6A6. Windows color (decimal): -10501171 or 13484895. OLE color: 13484895.

HSL color Cylindrical-coordinate representation of color #5FC3CD: hue angle of 185.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FC3CD is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95195205-
CMYK0.540.0500.20
HSL185.45º52.38%58.82%-
HSV(B)185.45º53.66%80.39%-
XYZ35.2545.8764.75-
YUV166.24149.8777.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.19%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=19.19%
G=39.39%
B=41.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951952050.540.0500.20185.4552.3858.82
Hex5FC3CD365014b9343b
Octal1373033156650242716473
Binary1011111110000111100110111011010101010010111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FC3CD; }

 p { color: rgb(95,195,205); }

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

<style>
 a { background-color: #5FC3CD; }

 a { background-color: rgb(95,195,205); }

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

<style>
 span { border-color: #5FC3CD; }

 span { border-color: rgb(95,195,205); }

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