#38AE8E

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

Shades of Niagara #38AE8E

Tints of Niagara #38AE8E

Color information

#38AE8E (or 0x38AE8E) is unknown color: approx Niagara. HEX triplet: 38, AE and 8E. RGB value is (56,174,142). Sum of RGB (Red+Green+Blue) = 56+174+142=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AE8E is #C75171. Grayscale: #878787. Windows color (decimal): -13062514 or 9350712. OLE color: 9350712.

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

Color convert

RGB56174142-
CMYK0.6800.180.32
HSL163.73º51.3%45.1%-
HSV(B)163.73º67.82%68.24%-
XYZ21.6533.0730.83-
YUV135.07131.9171.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.05%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=15.05%
G=46.77%
B=38.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741420.6800.180.32163.7351.345.1
Hex38AE8E4401220a4332d
Octal70256216104022402446355
Binary1110001010111010001110100010001001010000010100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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