#33a4ba

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

Shades of Pelorous #33A4BA

Tints of Pelorous #33A4BA

Color information

#33A4BA (or 0x33A4BA) is unknown color: approx Pelorous. HEX triplet: 33, A4 and BA. RGB value is (51,164,186). Sum of RGB (Red+Green+Blue) = 51+164+186=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #33A4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A4BA is #CC5B45. Grayscale: #848484. Windows color (decimal): -13392710 or 12231731. OLE color: 12231731.

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

Color convert

RGB51164186-
CMYK0.730.1200.27
HSL189.78º56.96%46.47%-
HSV(B)189.78º72.58%72.94%-
XYZ23.530.851.16-
YUV132.72158.0669.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=12.72%
G=40.90%
B=46.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511641860.730.1200.27189.7856.9646.47
Hex33A4BA49C01Bbe392e
Octal63244272111140332767156
Binary11001110100100101110101001001110001101110111110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33a4ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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