#38AA99

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

Shades of Niagara #38AA99

Tints of Niagara #38AA99

Color information

#38AA99 (or 0x38AA99) is unknown color: approx Niagara. HEX triplet: 38, AA and 99. RGB value is (56,170,153). Sum of RGB (Red+Green+Blue) = 56+170+153=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA99 is #C75566. Grayscale: #858585. Windows color (decimal): -13063527 or 10070584. OLE color: 10070584.

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

Color convert

RGB56170153-
CMYK0.6700.10.33
HSL171.05º50.44%44.31%-
HSV(B)171.05º67.06%66.67%-
XYZ21.7631.8935.15-
YUV133.98138.7372.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=14.78%
G=44.85%
B=40.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701530.6700.10.33171.0550.4444.31
Hex38AA99430A21ab322c
Octal70252231103012412536254
Binary111000101010101001100110000110101010000110101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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