#38A995

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

Shades of Niagara #38A995

Tints of Niagara #38A995

Color information

#38A995 (or 0x38A995) is unknown color: approx Niagara. HEX triplet: 38, A9 and 95. RGB value is (56,169,149). Sum of RGB (Red+Green+Blue) = 56+169+149=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #38A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A995 is #C7566A. Grayscale: #848484. Windows color (decimal): -13063787 or 9808184. OLE color: 9808184.

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

Color convert

RGB56169149-
CMYK0.6700.120.34
HSL169.38º50.22%44.12%-
HSV(B)169.38º66.86%66.27%-
XYZ21.2431.3933.37-
YUV132.93137.0673.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=14.97%
G=45.19%
B=39.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561691490.6700.120.34169.3850.2244.12
Hex38A995430C22a9322c
Octal70251225103014422516254
Binary111000101010011001010110000110110010001010101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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