#34B9BF

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

Shades of Viking #34B9BF

Tints of Viking #34B9BF

Color information

#34B9BF (or 0x34B9BF) is unknown color: approx Viking. HEX triplet: 34, B9 and BF. RGB value is (52,185,191). Sum of RGB (Red+Green+Blue) = 52+185+191=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #34B9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9BF is #CB4640. Grayscale: #919191. Windows color (decimal): -13321793 or 12564788. OLE color: 12564788.

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

Color convert

RGB52185191-
CMYK0.730.0300.25
HSL182.59º57.2%47.65%-
HSV(B)182.59º72.77%74.9%-
XYZ28.1739.1955.37-
YUV145.92153.4461.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.15%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 191 (75% from 255) = 44.63%
R=12.15%
G=43.22%
B=44.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521851910.730.0300.25182.5957.247.65
Hex34B9BF493019b73930
Octal6427127711130312677160
Binary110100101110011011111110010011101100110110111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B9BF; }

 p { color: rgb(52,185,191); }

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

<style>
 a { background-color: #34B9BF; }

 a { background-color: rgb(52,185,191); }

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

<style>
 span { border-color: #34B9BF; }

 span { border-color: rgb(52,185,191); }

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