#33A0BB

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

Shades of Pelorous #33A0BB

Tints of Pelorous #33A0BB

Color information

#33A0BB (or 0x33A0BB) is unknown color: approx Pelorous. HEX triplet: 33, A0 and BB. RGB value is (51,160,187). Sum of RGB (Red+Green+Blue) = 51+160+187=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #33A0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A0BB is #CC5F44. Grayscale: #828282. Windows color (decimal): -13393733 or 12296243. OLE color: 12296243.

HSL color Cylindrical-coordinate representation of color #33A0BB: hue angle of 191.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33A0BB is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51160187-
CMYK0.730.1400.27
HSL191.91º57.14%46.67%-
HSV(B)191.91º72.73%73.33%-
XYZ22.9129.4351.49-
YUV130.49159.8971.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.81%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=12.81%
G=40.20%
B=46.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511601870.730.1400.27191.9157.1446.67
Hex33A0BB49E01Bc0392f
Octal63240273111160333007157
Binary11001110100000101110111001001111001101111000000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,160,187); }

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

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

 a { background-color: rgb(51,160,187); }

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

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

 span { border-color: rgb(51,160,187); }

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