#38B59D

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

Shades of Niagara #38B59D

Tints of Niagara #38B59D

Color information

#38B59D (or 0x38B59D) is unknown color: approx Niagara. HEX triplet: 38, B5 and 9D. RGB value is (56,181,157). Sum of RGB (Red+Green+Blue) = 56+181+157=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #38B59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B59D is #C74A62. Grayscale: #8C8C8C. Windows color (decimal): -13060707 or 10335544. OLE color: 10335544.

HSL color Cylindrical-coordinate representation of color #38B59D: hue angle of 168.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B59D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB56181157-
CMYK0.6900.130.29
HSL168.48º52.74%46.47%-
HSV(B)168.48º69.06%70.98%-
XYZ24.2436.3237.63-
YUV140.89137.0967.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.21%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=14.21%
G=45.94%
B=39.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561811570.6900.130.29168.4852.7446.47
Hex38B59D450D1Da8352e
Octal70265235105015352506556
Binary11100010110101100111011000101011011110110101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,181,157); }

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

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

 a { background-color: rgb(56,181,157); }

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

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

 span { border-color: rgb(56,181,157); }

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