#38AF92

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

Shades of Niagara #38AF92

Tints of Niagara #38AF92

Color information

#38AF92 (or 0x38AF92) is unknown color: approx Niagara. HEX triplet: 38, AF and 92. RGB value is (56,175,146). Sum of RGB (Red+Green+Blue) = 56+175+146=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF92 is #C7506D. Grayscale: #888888. Windows color (decimal): -13062254 or 9613112. OLE color: 9613112.

HSL color Cylindrical-coordinate representation of color #38AF92: hue angle of 165.38º 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 #38AF92 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB56175146-
CMYK0.6800.170.31
HSL165.38º51.52%45.29%-
HSV(B)165.38º68%68.63%-
XYZ22.1533.5832.51-
YUV136.11133.5870.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=14.85%
G=46.42%
B=38.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561751460.6800.170.31165.3851.5245.29
Hex38AF92440111Fa5342d
Octal70257222104021372456455
Binary111000101011111001001010001000100011111110100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,146); }

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

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

 a { background-color: rgb(56,175,146); }

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

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

 span { border-color: rgb(56,175,146); }

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