#33A5AF

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

Shades of Pelorous #33A5AF

Tints of Pelorous #33A5AF

Color information

#33A5AF (or 0x33A5AF) is unknown color: approx Pelorous. HEX triplet: 33, A5 and AF. RGB value is (51,165,175). Sum of RGB (Red+Green+Blue) = 51+165+175=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A5AF is #CC5A50. Grayscale: #838383. Windows color (decimal): -13392465 or 11511091. OLE color: 11511091.

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

Color convert

RGB51165175-
CMYK0.710.0600.31
HSL184.84º54.87%44.31%-
HSV(B)184.84º70.86%68.63%-
XYZ22.5630.7145.3-
YUV132.05152.2370.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=13.04%
G=42.20%
B=44.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511651750.710.0600.31184.8454.8744.31
Hex33A5AF47601Fb9372c
Octal6324525710760372716754
Binary1100111010010110101111100011111001111110111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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