#33A9BA

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

Shades of Pelorous #33A9BA

Tints of Pelorous #33A9BA

Color information

#33A9BA (or 0x33A9BA) is unknown color: approx Pelorous. HEX triplet: 33, A9 and BA. RGB value is (51,169,186). Sum of RGB (Red+Green+Blue) = 51+169+186=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #33A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A9BA is #CC5645. Grayscale: #878787. Windows color (decimal): -13391430 or 12233011. OLE color: 12233011.

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

Color convert

RGB51169186-
CMYK0.730.0900.27
HSL187.56º56.96%46.47%-
HSV(B)187.56º72.58%72.94%-
XYZ24.4232.6251.46-
YUV135.66156.4167.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.56%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=12.56%
G=41.63%
B=45.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511691860.730.0900.27187.5656.9646.47
Hex33A9BA49901Bbc392e
Octal63251272111110332747156
Binary11001110101001101110101001001100101101110111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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