#33B4BE

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

Shades of Viking #33B4BE

Tints of Viking #33B4BE

Color information

#33B4BE (or 0x33B4BE) is unknown color: approx Viking. HEX triplet: 33, B4 and BE. RGB value is (51,180,190). Sum of RGB (Red+Green+Blue) = 51+180+190=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 180 (70.70% from 255 or 42.76% 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 #33B4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B4BE is #CC4B41. Grayscale: #8E8E8E. Windows color (decimal): -13388610 or 12497971. OLE color: 12497971.

HSL color Cylindrical-coordinate representation of color #33B4BE: hue angle of 184.32º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B4BE is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51180190-
CMYK0.730.0500.25
HSL184.32º57.68%47.25%-
HSV(B)184.32º73.16%74.51%-
XYZ26.9837.0654.45-
YUV142.57154.7662.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.11%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=12.11%
G=42.76%
B=45.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511801900.730.0500.25184.3257.6847.25
Hex33B4BE495019b83a2f
Octal6326427611150312707257
Binary1100111011010010111110100100110101100110111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B4BE; }

 p { color: rgb(51,180,190); }

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

<style>
 a { background-color: #33B4BE; }

 a { background-color: rgb(51,180,190); }

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

<style>
 span { border-color: #33B4BE; }

 span { border-color: rgb(51,180,190); }

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