#38AB95

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

Shades of Niagara #38AB95

Tints of Niagara #38AB95

Color information

#38AB95 (or 0x38AB95) is unknown color: approx Niagara. HEX triplet: 38, AB and 95. RGB value is (56,171,149). Sum of RGB (Red+Green+Blue) = 56+171+149=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB95 is #C7546A. Grayscale: #868686. Windows color (decimal): -13063275 or 9808696. OLE color: 9808696.

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

Color convert

RGB56171149-
CMYK0.6700.130.33
HSL168.52º50.66%44.51%-
HSV(B)168.52º67.25%67.06%-
XYZ21.6232.1433.5-
YUV134.11136.472.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.89%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=14.89%
G=45.48%
B=39.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711490.6700.130.33168.5250.6644.51
Hex38AB95430D21a9332d
Octal70253225103015412516355
Binary111000101010111001010110000110110110000110101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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