#38A6AB

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

Shades of Pelorous #38A6AB

Tints of Pelorous #38A6AB

Color information

#38A6AB (or 0x38A6AB) is unknown color: approx Pelorous. HEX triplet: 38, A6 and AB. RGB value is (56,166,171). Sum of RGB (Red+Green+Blue) = 56+166+171=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A6AB is #C75954. Grayscale: #858585. Windows color (decimal): -13064533 or 11249208. OLE color: 11249208.

HSL color Cylindrical-coordinate representation of color #38A6AB: hue angle of 182.61º degrees, saturation: 0.51, 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 #38A6AB is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56166171-
CMYK0.670.0300.33
HSL182.61º50.66%44.51%-
HSV(B)182.61º67.25%67.06%-
XYZ22.6231.0543.33-
YUV133.68149.0672.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.25%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=14.25%
G=42.24%
B=43.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561661710.670.0300.33182.6150.6644.51
Hex38A6AB433021b7332d
Octal7024625310330412676355
Binary1110001010011010101011100001111010000110110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,166,171); }

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

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

 a { background-color: rgb(56,166,171); }

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

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

 span { border-color: rgb(56,166,171); }

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