#35BAC1

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

Shades of Viking #35BAC1

Tints of Viking #35BAC1

Color information

#35BAC1 (or 0x35BAC1) is unknown color: approx Viking. HEX triplet: 35, BA and C1. RGB value is (53,186,193). Sum of RGB (Red+Green+Blue) = 53+186+193=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #35BAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BAC1 is #CA453E. Grayscale: #929292. Windows color (decimal): -13255999 or 12696117. OLE color: 12696117.

HSL color Cylindrical-coordinate representation of color #35BAC1: hue angle of 183º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BAC1 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53186193-
CMYK0.730.0400.24
HSL183º56.91%48.24%-
HSV(B)183º72.54%75.69%-
XYZ28.6539.7256.61-
YUV147.03153.9460.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=12.27%
G=43.06%
B=44.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531861930.730.0400.2418356.9148.24
Hex35BAC1494018b73930
Octal6527230111140302677160
Binary1101011011101011000001100100110001100010110111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BAC1; }

 p { color: rgb(53,186,193); }

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

<style>
 a { background-color: #35BAC1; }

 a { background-color: rgb(53,186,193); }

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

<style>
 span { border-color: #35BAC1; }

 span { border-color: rgb(53,186,193); }

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