#38AB96

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

Shades of Niagara #38AB96

Tints of Niagara #38AB96

Color information

#38AB96 (or 0x38AB96) is unknown color: approx Niagara. HEX triplet: 38, AB and 96. RGB value is (56,171,150). Sum of RGB (Red+Green+Blue) = 56+171+150=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB96 is #C75469. Grayscale: #868686. Windows color (decimal): -13063274 or 9874232. OLE color: 9874232.

HSL color Cylindrical-coordinate representation of color #38AB96: hue angle of 169.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB96 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB56171150-
CMYK0.6700.120.33
HSL169.04º50.66%44.51%-
HSV(B)169.04º67.25%67.06%-
XYZ21.732.1733.92-
YUV134.22136.972.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=14.85%
G=45.36%
B=39.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711500.6700.120.33169.0450.6644.51
Hex38AB96430C21a9332d
Octal70253226103014412516355
Binary111000101010111001011010000110110010000110101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,171,150); }

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

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

 a { background-color: rgb(56,171,150); }

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

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

 span { border-color: rgb(56,171,150); }

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