#38b195

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

Shades of Niagara #38B195

Tints of Niagara #38B195

Color information

#38B195 (or 0x38B195) is unknown color: approx Niagara. HEX triplet: 38, B1 and 95. RGB value is (56,177,149). Sum of RGB (Red+Green+Blue) = 56+177+149=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #38B195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B195 is #C74E6A. Grayscale: #898989. Windows color (decimal): -13061739 or 9810232. OLE color: 9810232.

HSL color Cylindrical-coordinate representation of color #38B195: hue angle of 166.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B195 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB56177149-
CMYK0.6800.160.31
HSL166.12º51.93%45.69%-
HSV(B)166.12º68.36%69.41%-
XYZ22.7834.4533.88-
YUV137.63134.4169.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.66%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=14.66%
G=46.34%
B=39.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561771490.6800.160.31166.1251.9345.69
Hex38B195440101Fa6342e
Octal70261225104020372466456
Binary111000101100011001010110001000100001111110100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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