#61BDCA

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

Shades of Viking #61BDCA

Tints of Viking #61BDCA

Color information

#61BDCA (or 0x61BDCA) is unknown color: approx Viking. HEX triplet: 61, BD and CA. RGB value is (97,189,202). Sum of RGB (Red+Green+Blue) = 97+189+202=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #61BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDCA is #9E4235. Grayscale: #A2A2A2. Windows color (decimal): -10371638 or 13286753. OLE color: 13286753.

HSL color Cylindrical-coordinate representation of color #61BDCA: hue angle of 187.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BDCA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97189202-
CMYK0.520.0600.21
HSL187.43º49.76%58.63%-
HSV(B)187.43º51.98%79.22%-
XYZ33.7943.262.43-
YUV162.97150.0280.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=19.88%
G=38.73%
B=41.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971892020.520.0600.21187.4349.7658.63
Hex61BDCA346015bb323b
Octal1412753126460252736273
Binary1100001101111011100101011010011001010110111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61BDCA; }

 p { color: rgb(97,189,202); }

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

<style>
 a { background-color: #61BDCA; }

 a { background-color: rgb(97,189,202); }

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

<style>
 span { border-color: #61BDCA; }

 span { border-color: rgb(97,189,202); }

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