#38AB99

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

Shades of Niagara #38AB99

Tints of Niagara #38AB99

Color information

#38AB99 (or 0x38AB99) is unknown color: approx Niagara. HEX triplet: 38, AB and 99. RGB value is (56,171,153). Sum of RGB (Red+Green+Blue) = 56+171+153=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB99 is #C75466. Grayscale: #868686. Windows color (decimal): -13063271 or 10070840. OLE color: 10070840.

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

Color convert

RGB56171153-
CMYK0.6700.110.33
HSL170.61º50.66%44.51%-
HSV(B)170.61º67.25%67.06%-
XYZ21.9432.2735.21-
YUV134.56138.471.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=14.74%
G=45%
B=40.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561711530.6700.110.33170.6150.6644.51
Hex38AB99430B21ab332d
Octal70253231103013412536355
Binary111000101010111001100110000110101110000110101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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