#39A0AB

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

Shades of Pelorous #39A0AB

Tints of Pelorous #39A0AB

Color information

#39A0AB (or 0x39A0AB) is unknown color: approx Pelorous. HEX triplet: 39, A0 and AB. RGB value is (57,160,171). Sum of RGB (Red+Green+Blue) = 57+160+171=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #39A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A0AB is #C65F54. Grayscale: #828282. Windows color (decimal): -13000533 or 11247673. OLE color: 11247673.

HSL color Cylindrical-coordinate representation of color #39A0AB: hue angle of 185.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39A0AB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57160171-
CMYK0.670.0600.33
HSL185.79º50%44.71%-
HSV(B)185.79º66.67%67.06%-
XYZ21.6128.9542.98-
YUV130.46150.8875.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=14.69%
G=41.24%
B=44.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571601710.670.0600.33185.795044.71
Hex39A0AB436021ba322d
Octal7124025310360412726255
Binary11100110100000101010111000011110010000110111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,160,171); }

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

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

 a { background-color: rgb(57,160,171); }

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

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

 span { border-color: rgb(57,160,171); }

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