#38AD94

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

Shades of Niagara #38AD94

Tints of Niagara #38AD94

Color information

#38AD94 (or 0x38AD94) is unknown color: approx Niagara. HEX triplet: 38, AD and 94. RGB value is (56,173,148). Sum of RGB (Red+Green+Blue) = 56+173+148=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AD94 is #C7526B. Grayscale: #878787. Windows color (decimal): -13062764 or 9743672. OLE color: 9743672.

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

Color convert

RGB56173148-
CMYK0.6800.140.32
HSL167.18º51.09%44.9%-
HSV(B)167.18º67.63%67.84%-
XYZ21.9232.8733.21-
YUV135.17135.2471.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=14.85%
G=45.89%
B=39.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731480.6800.140.32167.1851.0944.9
Hex38AD94440E20a7332d
Octal70255224104016402476355
Binary111000101011011001010010001000111010000010100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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