#38B09A

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

Shades of Niagara #38B09A

Tints of Niagara #38B09A

Color information

#38B09A (or 0x38B09A) is unknown color: approx Niagara. HEX triplet: 38, B0 and 9A. RGB value is (56,176,154). Sum of RGB (Red+Green+Blue) = 56+176+154=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #38B09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B09A is #C74F65. Grayscale: #898989. Windows color (decimal): -13061990 or 10137656. OLE color: 10137656.

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

Color convert

RGB56176154-
CMYK0.6800.120.31
HSL169º51.72%45.49%-
HSV(B)169º68.18%69.02%-
XYZ22.9934.2235.97-
YUV137.61137.2469.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.51%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=14.51%
G=45.60%
B=39.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561761540.6800.120.3116951.7245.49
Hex38B09A440C1Fa9342d
Octal70260232104014372516455
Binary11100010110000100110101000100011001111110101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,176,154); }

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

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

 a { background-color: rgb(56,176,154); }

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

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

 span { border-color: rgb(56,176,154); }

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