#35B4BC

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

Shades of Viking #35B4BC

Tints of Viking #35B4BC

Color information

#35B4BC (or 0x35B4BC) is unknown color: approx Viking. HEX triplet: 35, B4 and BC. RGB value is (53,180,188). Sum of RGB (Red+Green+Blue) = 53+180+188=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #35B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B4BC is #CA4B43. Grayscale: #8E8E8E. Windows color (decimal): -13257540 or 12366901. OLE color: 12366901.

HSL color Cylindrical-coordinate representation of color #35B4BC: hue angle of 183.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35B4BC is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53180188-
CMYK0.720.0400.26
HSL183.56º56.02%47.25%-
HSV(B)183.56º71.81%73.73%-
XYZ26.8737.0353.31-
YUV142.94153.4263.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.59%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=12.59%
G=42.76%
B=44.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531801880.720.0400.26183.5656.0247.25
Hex35B4BC48401Ab8382f
Octal6526427411040322707057
Binary1101011011010010111100100100010001101010111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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