#61BCCB

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

Shades of Viking #61BCCB

Tints of Viking #61BCCB

Color information

#61BCCB (or 0x61BCCB) is unknown color: approx Viking. HEX triplet: 61, BC and CB. RGB value is (97,188,203). Sum of RGB (Red+Green+Blue) = 97+188+203=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #61BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCCB is #9E4334. Grayscale: #A2A2A2. Windows color (decimal): -10371893 or 13352033. OLE color: 13352033.

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

Color convert

RGB97188203-
CMYK0.520.0700.20
HSL188.49º50.48%58.82%-
HSV(B)188.49º52.22%79.61%-
XYZ33.6942.8262.99-
YUV162.5150.8581.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=19.88%
G=38.52%
B=41.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971882030.520.0700.20188.4950.4858.82
Hex61BCCB347014bc323b
Octal1412743136470242746273
Binary1100001101111001100101111010011101010010111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,188,203); }

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

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

 a { background-color: rgb(97,188,203); }

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

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

 span { border-color: rgb(97,188,203); }

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