#36BDC4

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

Shades of Viking #36BDC4

Tints of Viking #36BDC4

Color information

#36BDC4 (or 0x36BDC4) is unknown color: approx Viking. HEX triplet: 36, BD and C4. RGB value is (54,189,196). Sum of RGB (Red+Green+Blue) = 54+189+196=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #36BDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BDC4 is #C9423B. Grayscale: #959595. Windows color (decimal): -13189692 or 12893494. OLE color: 12893494.

HSL color Cylindrical-coordinate representation of color #36BDC4: hue angle of 182.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BDC4 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB54189196-
CMYK0.720.0400.23
HSL182.96º56.8%49.02%-
HSV(B)182.96º72.45%76.86%-
XYZ29.6841.1658.61-
YUV149.43154.2759.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.30%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=12.30%
G=43.05%
B=44.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541891960.720.0400.23182.9656.849.02
Hex36BDC4484017b73931
Octal6627530411040272677161
Binary1101101011110111000100100100010001011110110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36BDC4; }

 p { color: rgb(54,189,196); }

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

<style>
 a { background-color: #36BDC4; }

 a { background-color: rgb(54,189,196); }

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

<style>
 span { border-color: #36BDC4; }

 span { border-color: rgb(54,189,196); }

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