#38A8AD

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

Shades of Pelorous #38A8AD

Tints of Pelorous #38A8AD

Color information

#38A8AD (or 0x38A8AD) is unknown color: approx Pelorous. HEX triplet: 38, A8 and AD. RGB value is (56,168,173). Sum of RGB (Red+Green+Blue) = 56+168+173=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #38A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A8AD is #C75752. Grayscale: #868686. Windows color (decimal): -13064019 or 11380792. OLE color: 11380792.

HSL color Cylindrical-coordinate representation of color #38A8AD: hue angle of 182.56º 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 #38A8AD is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56168173-
CMYK0.680.0300.32
HSL182.56º51.09%44.9%-
HSV(B)182.56º67.63%67.84%-
XYZ23.1831.8644.46-
YUV135.08149.3971.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=14.11%
G=42.32%
B=43.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561681730.680.0300.32182.5651.0944.9
Hex38A8AD443020b7332d
Octal7025025510430402676355
Binary1110001010100010101101100010011010000010110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,168,173); }

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

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

 a { background-color: rgb(56,168,173); }

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

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

 span { border-color: rgb(56,168,173); }

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