#38B39D

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

Shades of Niagara #38B39D

Tints of Niagara #38B39D

Color information

#38B39D (or 0x38B39D) is unknown color: approx Niagara. HEX triplet: 38, B3 and 9D. RGB value is (56,179,157). Sum of RGB (Red+Green+Blue) = 56+179+157=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #38B39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B39D is #C74C62. Grayscale: #8B8B8B. Windows color (decimal): -13061219 or 10335032. OLE color: 10335032.

HSL color Cylindrical-coordinate representation of color #38B39D: hue angle of 169.27º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B39D is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB56179157-
CMYK0.6900.120.30
HSL169.27º52.34%46.08%-
HSV(B)169.27º68.72%70.2%-
XYZ23.8435.5237.5-
YUV139.72137.7568.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.29%
GREEN value IS 179 (70.31% from 255) = 45.66%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=14.29%
G=45.66%
B=40.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561791570.6900.120.30169.2752.3446.08
Hex38B39D450C1Ea9342e
Octal70263235105014362516456
Binary11100010110011100111011000101011001111010101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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