#5AC3CD

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

Shades of Viking #5AC3CD

Tints of Viking #5AC3CD

Color information

#5AC3CD (or 0x5AC3CD) is unknown color: approx Viking. HEX triplet: 5A, C3 and CD. RGB value is (90,195,205). Sum of RGB (Red+Green+Blue) = 90+195+205=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AC3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC3CD is #A53C32. Grayscale: #A4A4A4. Windows color (decimal): -10828851 or 13484890. OLE color: 13484890.

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

Color convert

RGB90195205-
CMYK0.560.0500.20
HSL185.22º53.49%57.84%-
HSV(B)185.22º56.1%80.39%-
XYZ34.7545.6164.73-
YUV164.74150.7174.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.37%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=18.37%
G=39.80%
B=41.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901952050.560.0500.20185.2253.4957.84
Hex5AC3CD385014b9353a
Octal1323033157050242716572
Binary1011010110000111100110111100010101010010111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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