#35B2BE

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

Shades of Viking #35B2BE

Tints of Viking #35B2BE

Color information

#35B2BE (or 0x35B2BE) is unknown color: approx Viking. HEX triplet: 35, B2 and BE. RGB value is (53,178,190). Sum of RGB (Red+Green+Blue) = 53+178+190=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #35B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B2BE is #CA4D41. Grayscale: #8D8D8D. Windows color (decimal): -13258050 or 12497461. OLE color: 12497461.

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

Color convert

RGB53178190-
CMYK0.720.0600.25
HSL185.26º56.38%47.65%-
HSV(B)185.26º72.11%74.51%-
XYZ26.6836.3254.32-
YUV141.99155.0964.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.59%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=12.59%
G=42.28%
B=45.13%

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
Decimal531781900.720.0600.25185.2656.3847.65
Hex35B2BE486019b93830
Octal6526227611060312717060
Binary1101011011001010111110100100011001100110111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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