#33a5ae

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

Shades of Pelorous #33A5AE

Tints of Pelorous #33A5AE

Color information

#33A5AE (or 0x33A5AE) is unknown color: approx Pelorous. HEX triplet: 33, A5 and AE. RGB value is (51,165,174). Sum of RGB (Red+Green+Blue) = 51+165+174=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #33A5AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A5AE is #CC5A51. Grayscale: #838383. Windows color (decimal): -13392466 or 11445555. OLE color: 11445555.

HSL color Cylindrical-coordinate representation of color #33A5AE: hue angle of 184.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33A5AE is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51165174-
CMYK0.710.0500.32
HSL184.39º54.67%44.12%-
HSV(B)184.39º70.69%68.24%-
XYZ22.4630.6744.78-
YUV131.94151.7370.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=13.08%
G=42.31%
B=44.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511651740.710.0500.32184.3954.6744.12
Hex33A5AE475020b8372c
Octal6324525610750402706754
Binary11001110100101101011101000111101010000010111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33a5ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,165,174); }

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

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

 a { background-color: rgb(51,165,174); }

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

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

 span { border-color: rgb(51,165,174); }

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