#35BCC0

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

Shades of Viking #35BCC0

Tints of Viking #35BCC0

Color information

#35BCC0 (or 0x35BCC0) is unknown color: approx Viking. HEX triplet: 35, BC and C0. RGB value is (53,188,192). Sum of RGB (Red+Green+Blue) = 53+188+192=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #35BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCC0 is #CA433F. Grayscale: #939393. Windows color (decimal): -13255488 or 12631093. OLE color: 12631093.

HSL color Cylindrical-coordinate representation of color #35BCC0: hue angle of 181.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BCC0 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53188192-
CMYK0.720.0200.25
HSL181.73º56.73%48.04%-
HSV(B)181.73º72.4%75.29%-
XYZ28.9740.5356.17-
YUV148.09152.7760.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.24%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=12.24%
G=43.42%
B=44.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531881920.720.0200.25181.7356.7348.04
Hex35BCC0482019b63930
Octal6527430011020312667160
Binary110101101111001100000010010001001100110110110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,188,192); }

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

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

 a { background-color: rgb(53,188,192); }

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

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

 span { border-color: rgb(53,188,192); }

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