#33A6AF

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

Shades of Pelorous #33A6AF

Tints of Pelorous #33A6AF

Color information

#33A6AF (or 0x33A6AF) is unknown color: approx Pelorous. HEX triplet: 33, A6 and AF. RGB value is (51,166,175). Sum of RGB (Red+Green+Blue) = 51+166+175=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A6AF is #CC5950. Grayscale: #848484. Windows color (decimal): -13392209 or 11511347. OLE color: 11511347.

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

Color convert

RGB51166175-
CMYK0.710.0500.31
HSL184.35º54.87%44.31%-
HSV(B)184.35º70.86%68.63%-
XYZ22.7431.0745.36-
YUV132.64151.969.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.01%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=13.01%
G=42.35%
B=44.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511661750.710.0500.31184.3554.8744.31
Hex33A6AF47501Fb8372c
Octal6324625710750372706754
Binary1100111010011010101111100011110101111110111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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