#33A1BB

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

Shades of Pelorous #33A1BB

Tints of Pelorous #33A1BB

Color information

#33A1BB (or 0x33A1BB) is unknown color: approx Pelorous. HEX triplet: 33, A1 and BB. RGB value is (51,161,187). Sum of RGB (Red+Green+Blue) = 51+161+187=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #33A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A1BB is #CC5E44. Grayscale: #828282. Windows color (decimal): -13393477 or 12296499. OLE color: 12296499.

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

Color convert

RGB51161187-
CMYK0.730.1400.27
HSL191.47º57.14%46.67%-
HSV(B)191.47º72.73%73.33%-
XYZ23.0829.7851.55-
YUV131.07159.5670.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=12.78%
G=40.35%
B=46.87%

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
Decimal511611870.730.1400.27191.4757.1446.67
Hex33A1BB49E01Bbf392f
Octal63241273111160332777157
Binary11001110100001101110111001001111001101110111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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