#35B3BE

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

Shades of Viking #35B3BE

Tints of Viking #35B3BE

Color information

#35B3BE (or 0x35B3BE) is unknown color: approx Viking. HEX triplet: 35, B3 and BE. RGB value is (53,179,190). Sum of RGB (Red+Green+Blue) = 53+179+190=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #35B3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B3BE is #CA4C41. Grayscale: #8E8E8E. Windows color (decimal): -13257794 or 12497717. OLE color: 12497717.

HSL color Cylindrical-coordinate representation of color #35B3BE: hue angle of 184.82º degrees, saturation: 0.56, 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 #35B3BE is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53179190-
CMYK0.720.0600.25
HSL184.82º56.38%47.65%-
HSV(B)184.82º72.11%74.51%-
XYZ26.8836.7154.39-
YUV142.58154.7664.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=12.56%
G=42.42%
B=45.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531791900.720.0600.25184.8256.3847.65
Hex35B3BE486019b93830
Octal6526327611060312717060
Binary1101011011001110111110100100011001100110111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,190); }

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

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

 a { background-color: rgb(53,179,190); }

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

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

 span { border-color: rgb(53,179,190); }

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