#33A0BA

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

Shades of Pelorous #33A0BA

Tints of Pelorous #33A0BA

Color information

#33A0BA (or 0x33A0BA) is unknown color: approx Pelorous. HEX triplet: 33, A0 and BA. RGB value is (51,160,186). Sum of RGB (Red+Green+Blue) = 51+160+186=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #33A0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A0BA is #CC5F45. Grayscale: #828282. Windows color (decimal): -13393734 or 12230707. OLE color: 12230707.

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

Color convert

RGB51160186-
CMYK0.730.1400.27
HSL191.56º56.96%46.47%-
HSV(B)191.56º72.58%72.94%-
XYZ22.829.3950.93-
YUV130.37159.3971.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.85%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=12.85%
G=40.30%
B=46.85%

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
Decimal511601860.730.1400.27191.5656.9646.47
Hex33A0BA49E01Bc0392e
Octal63240272111160333007156
Binary11001110100000101110101001001111001101111000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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