#33B0BE

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

Shades of Viking #33B0BE

Tints of Viking #33B0BE

Color information

#33B0BE (or 0x33B0BE) is unknown color: approx Viking. HEX triplet: 33, B0 and BE. RGB value is (51,176,190). Sum of RGB (Red+Green+Blue) = 51+176+190=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #33B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B0BE is #CC4F41. Grayscale: #8C8C8C. Windows color (decimal): -13389634 or 12496947. OLE color: 12496947.

HSL color Cylindrical-coordinate representation of color #33B0BE: hue angle of 186.04º 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 #33B0BE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51176190-
CMYK0.730.0700.25
HSL186.04º57.68%47.25%-
HSV(B)186.04º73.16%74.51%-
XYZ26.1835.4754.18-
YUV140.22156.0964.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.23%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=12.23%
G=42.21%
B=45.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511761900.730.0700.25186.0457.6847.25
Hex33B0BE497019ba3a2f
Octal6326027611170312727257
Binary1100111011000010111110100100111101100110111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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