#33A4AF

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

Shades of Pelorous #33A4AF

Tints of Pelorous #33A4AF

Color information

#33A4AF (or 0x33A4AF) is unknown color: approx Pelorous. HEX triplet: 33, A4 and AF. RGB value is (51,164,175). Sum of RGB (Red+Green+Blue) = 51+164+175=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A4AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A4AF is #CC5B50. Grayscale: #838383. Windows color (decimal): -13392721 or 11510835. OLE color: 11510835.

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

Color convert

RGB51164175-
CMYK0.710.0600.31
HSL185.32º54.87%44.31%-
HSV(B)185.32º70.86%68.63%-
XYZ22.3830.3545.24-
YUV131.47152.5670.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=13.08%
G=42.05%
B=44.87%

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
Decimal511641750.710.0600.31185.3254.8744.31
Hex33A4AF47601Fb9372c
Octal6324425710760372716754
Binary1100111010010010101111100011111001111110111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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