#38AA94

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

Shades of Niagara #38AA94

Tints of Niagara #38AA94

Color information

#38AA94 (or 0x38AA94) is unknown color: approx Niagara. HEX triplet: 38, AA and 94. RGB value is (56,170,148). Sum of RGB (Red+Green+Blue) = 56+170+148=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA94 is #C7556B. Grayscale: #858585. Windows color (decimal): -13063532 or 9742904. OLE color: 9742904.

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

Color convert

RGB56170148-
CMYK0.6700.130.33
HSL168.42º50.44%44.31%-
HSV(B)168.42º67.06%66.67%-
XYZ21.3531.7333.02-
YUV133.41136.2372.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=14.97%
G=45.45%
B=39.57%

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
Decimal561701480.6700.130.33168.4250.4444.31
Hex38AA94430D21a8322c
Octal70252224103015412506254
Binary111000101010101001010010000110110110000110101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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