#39AAB2

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

Shades of Pelorous #39AAB2

Tints of Pelorous #39AAB2

Color information

#39AAB2 (or 0x39AAB2) is unknown color: approx Pelorous. HEX triplet: 39, AA and B2. RGB value is (57,170,178). Sum of RGB (Red+Green+Blue) = 57+170+178=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #39AAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AAB2 is #C6554D. Grayscale: #888888. Windows color (decimal): -12997966 or 11708985. OLE color: 11708985.

HSL color Cylindrical-coordinate representation of color #39AAB2: hue angle of 183.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39AAB2 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57170178-
CMYK0.680.0400.30
HSL183.97º51.49%46.08%-
HSV(B)183.97º67.98%69.8%-
XYZ24.132.8347.19-
YUV137.12151.0670.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.07%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=14.07%
G=41.98%
B=43.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571701780.680.0400.30183.9751.4946.08
Hex39AAB244401Eb8332e
Octal7125226210440362706356
Binary1110011010101010110010100010010001111010111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39AAB2; }

 p { color: rgb(57,170,178); }

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

<style>
 a { background-color: #39AAB2; }

 a { background-color: rgb(57,170,178); }

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

<style>
 span { border-color: #39AAB2; }

 span { border-color: rgb(57,170,178); }

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