#38A1AE

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

Shades of Pelorous #38A1AE

Tints of Pelorous #38A1AE

Color information

#38A1AE (or 0x38A1AE) is unknown color: approx Pelorous. HEX triplet: 38, A1 and AE. RGB value is (56,161,174). Sum of RGB (Red+Green+Blue) = 56+161+174=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #38A1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A1AE is #C75E51. Grayscale: #828282. Windows color (decimal): -13065810 or 11444536. OLE color: 11444536.

HSL color Cylindrical-coordinate representation of color #38A1AE: hue angle of 186.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A1AE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56161174-
CMYK0.680.0700.32
HSL186.61º51.3%45.1%-
HSV(B)186.61º67.82%68.24%-
XYZ22.0229.3944.56-
YUV131.09152.2174.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=14.32%
G=41.18%
B=44.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561611740.680.0700.32186.6151.345.1
Hex38A1AE447020bb332d
Octal7024125610470402736355
Binary11100010100001101011101000100111010000010111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A1AE; }

 p { color: rgb(56,161,174); }

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

<style>
 a { background-color: #38A1AE; }

 a { background-color: rgb(56,161,174); }

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

<style>
 span { border-color: #38A1AE; }

 span { border-color: rgb(56,161,174); }

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