#34B6C1

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

Shades of Viking #34B6C1

Tints of Viking #34B6C1

Color information

#34B6C1 (or 0x34B6C1) is unknown color: approx Viking. HEX triplet: 34, B6 and C1. RGB value is (52,182,193). Sum of RGB (Red+Green+Blue) = 52+182+193=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #34B6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B6C1 is #CB493E. Grayscale: #909090. Windows color (decimal): -13322559 or 12695092. OLE color: 12695092.

HSL color Cylindrical-coordinate representation of color #34B6C1: hue angle of 184.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34B6C1 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB52182193-
CMYK0.730.0600.24
HSL184.68º57.55%48.04%-
HSV(B)184.68º73.06%75.69%-
XYZ27.7738.0456.33-
YUV144.38155.4362.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.18%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=12.18%
G=42.62%
B=45.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521821930.730.0600.24184.6857.5548.04
Hex34B6C1496018b93a30
Octal6426630111160302717260
Binary1101001011011011000001100100111001100010111001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,193); }

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

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

 a { background-color: rgb(52,182,193); }

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

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

 span { border-color: rgb(52,182,193); }

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