#33A0AF

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

Shades of Pelorous #33A0AF

Tints of Pelorous #33A0AF

Color information

#33A0AF (or 0x33A0AF) is unknown color: approx Pelorous. HEX triplet: 33, A0 and AF. RGB value is (51,160,175). Sum of RGB (Red+Green+Blue) = 51+160+175=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A0AF is #CC5F50. Grayscale: #808080. Windows color (decimal): -13393745 or 11509811. OLE color: 11509811.

HSL color Cylindrical-coordinate representation of color #33A0AF: hue angle of 187.26º 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 #33A0AF is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51160175-
CMYK0.710.0900.31
HSL187.26º54.87%44.31%-
HSV(B)187.26º70.86%68.63%-
XYZ21.6728.9445-
YUV129.12153.8972.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.21%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=13.21%
G=41.45%
B=45.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511601750.710.0900.31187.2654.8744.31
Hex33A0AF47901Fbb372c
Octal63240257107110372736754
Binary11001110100000101011111000111100101111110111011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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