#38AE97

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

Shades of Niagara #38AE97

Tints of Niagara #38AE97

Color information

#38AE97 (or 0x38AE97) is unknown color: approx Niagara. HEX triplet: 38, AE and 97. RGB value is (56,174,151). Sum of RGB (Red+Green+Blue) = 56+174+151=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AE97 is #C75168. Grayscale: #888888. Windows color (decimal): -13062505 or 9940536. OLE color: 9940536.

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

Color convert

RGB56174151-
CMYK0.6800.130.32
HSL168.31º51.3%45.1%-
HSV(B)168.31º67.82%68.24%-
XYZ22.3533.3534.54-
YUV136.1136.4170.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.70%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=14.70%
G=45.67%
B=39.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741510.6800.130.32168.3151.345.1
Hex38AE97440D20a8332d
Octal70256227104015402506355
Binary111000101011101001011110001000110110000010101000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,174,151); }

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

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

 a { background-color: rgb(56,174,151); }

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

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

 span { border-color: rgb(56,174,151); }

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